storage/deps.server.ts

5 lines
204 B
TypeScript
Raw Normal View History

2021-09-16 21:22:24 +00:00
export { readAll } from "https://deno.land/std@0.107.0/io/util.ts";
2021-08-16 16:15:01 +00:00
2021-09-16 21:22:24 +00:00
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";