-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.ts
10 lines (10 loc) · 780 Bytes
/
deps.ts
1
2
3
4
5
6
7
8
9
10
export { default as algoliasearch } from "https://cdn.jsdelivr.net/npm/[email protected]/dist/algoliasearch.esm.browser.js";
export * as log from "https://deno.land/[email protected]/log/mod.ts";
export { AmqpChannel, connect as rabbitConnect } from "https://deno.land/x/amqp/mod.ts";
export * as fs from "https://deno.land/[email protected]/fs/mod.ts";
export { connect as redisConnect, parseURL } from "https://deno.land/x/redis/mod.ts";
export { Application } from "https://deno.land/x/oak/mod.ts";
export { oakCors } from "https://deno.land/x/cors/mod.ts";
export * as R from "https://x.nest.land/[email protected]/source/index.js";
export { DOMParser } from "https://deno.land/x/deno_dom/deno-dom-wasm.ts";
export { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";