UNPKG

interruptor

Version:

Run a function with the possibility to interrupt it from another thread

14 lines (13 loc) 265 B
{ "extends": "../tsconfig.json", "compilerOptions": { "rootDir": "../", "module": "nodenext", "noEmit": true, "erasableSyntaxOnly": true, "types": ["node", "mocha"] }, "include": [ "./**/*.ts" ] }