1
0
silverbullet/server/deps.ts

4 lines
178 B
TypeScript
Raw Normal View History

export * from "../common/deps.ts";
export { Application, Router } from "https://deno.land/x/oak@v11.1.0/mod.ts";
2022-10-19 07:52:29 +00:00
export * as etag from "https://deno.land/x/oak@v11.1.0/etag.ts";