From 5ee5a469a4527fb565785fbff35b7b730f5ef8d0 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 9 Oct 2017 10:41:31 -0700 Subject: [PATCH] koa-cors: Remove unnecessary reference to "node" (#20439) --- types/koa__cors/index.d.ts | 2 -- 1 file changed, 2 deletions(-) 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;