561aa6891f
Big bang migration to Deno 🤯
6 lines
261 B
TypeScript
6 lines
261 B
TypeScript
export * from "../common/deps.ts";
|
|
export { Database as SQLite } from "https://deno.land/x/sqlite3@0.6.1/mod.ts";
|
|
export { Application, Router } from "https://deno.land/x/oak@v11.1.0/mod.ts";
|
|
|
|
export { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts";
|