diff --git a/types/koa__cors/index.d.ts b/types/koa__cors/index.d.ts index e0738129e3..c7dc10bad4 100644 --- a/types/koa__cors/index.d.ts +++ b/types/koa__cors/index.d.ts @@ -3,8 +3,6 @@ // Definitions by: Xavier Stouder , Izayoi Ko , Steve Hipwell // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -/// - import * as Koa from "koa"; export = cors;