node-modules/utility

Using @types/node version below 10,will report an error!

Closed this issue · 2 comments

inX95 commented

node_modules/utility/index.d.ts(460,13): error TS2694: Namespace 'NodeJS' has no exported member 'Immediate'.
npm ERR! code ELIFECYCLE
npm ERR! errno 2


using Typescript with @types/node@9 and lower version,utility can't be run ok! Because NodeJS.Immediate is added in DefinitelyTyped/node/v10

closes by #60