lukeed / sirv

An optimized middleware & CLI application for serving static files~!
MIT License
1.07k stars 58 forks source link

Undefined VoidFunction reference in sirv.d.ts #89

Closed benmccann closed 3 years ago

benmccann commented 3 years ago

https://github.com/lukeed/sirv/blob/2dec57c2407501f76775d3a580ec144ed4264b71/packages/sirv/sirv.d.ts#L6

sirv@1.0.7/node_modules/sirv/sirv.d.ts:6:28 - error TS2304: Cannot find name 'VoidFunction'.
6  export type NextHandler = VoidFunction | Promise<void>;
lukeed commented 3 years ago

Thanks! TIL that VoidFunction is defined in lib.dom.ts .. i thought it was a TS global.