mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
koa-cors: Remove unnecessary reference to "node" (#20439)
This commit is contained in:
2
types/koa__cors/index.d.ts
vendored
2
types/koa__cors/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user