koa-program/bin/index.ts

5 lines
60 B
TypeScript
Raw Permalink Normal View History

2021-02-25 18:10:27 +08:00
#!/usr/bin/env node
2021-02-10 03:40:48 +08:00
2021-02-25 18:10:27 +08:00
import { Koa } from "./koa";
2021-02-17 19:00:56 +08:00
new Koa()