Files
DefinitelyTyped/types/koa-range/koa-range-tests.ts
2017-09-27 09:56:26 -07:00

6 lines
104 B
TypeScript

import * as range from "koa-range";
import * as Koa from "koa";
const app = new Koa();
app.use(range);