@w5s/asyncFunctionsclearImmediateclearImmediate CallableclearImmediate(id: ImmediateId): voidA polyfill for clearImmediate@exampleconst id = setImmediate(() => { ... });clearImmediate(id);// This will cancel the call
A polyfill for clearImmediate