storage/deps.server.ts

5 lines
204 B
TypeScript

export { readAll } from "https://deno.land/std@0.107.0/io/util.ts";
export { Application } from "https://deno.land/x/oak@v9.0.1/mod.ts";
export { oakCors } from "https://deno.land/x/cors@v1.2.2/mod.ts";