mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update koa-static-cache-tests.ts
This commit is contained in:
parent
70c27888b3
commit
41a22c965c
@ -1,5 +1,5 @@
|
||||
import * as Koa from 'koa';
|
||||
import * as staticCache from 'koa-static-cache';
|
||||
import Koa = require('koa');
|
||||
import staticCache = require('koa-static-cache');
|
||||
|
||||
const app = new Koa();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user