mirror of
https://github.com/swc-project/swc.git
synced 2024-12-27 23:56:32 +03:00
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
// Loaded from https://raw.githubusercontent.com/kdy1/oak-bundle-issue/master/deps.ts
|
|
|
|
|
|
import { Application, Router } from "https://deno.land/x/oak/mod.ts";
|
|
|
|
export { Application, Router };
|