koa-cors: Remove unnecessary reference to "node" (#20439)

This commit is contained in:
Andy
2017-10-09 10:41:31 -07:00
committed by GitHub
parent e434515761
commit 5ee5a469a4

View File

@@ -3,8 +3,6 @@
// Definitions by: Xavier Stouder <https://github.com/Xstoudi>, Izayoi Ko <https://github.com/izayoiko>, Steve Hipwell <https://github.com/stevehipwell>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node"/>
import * as Koa from "koa";
export = cors;