UNPKG

interruptor

Version:

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

14 lines (13 loc) 312 B
{ "extends": [ "semistandard", "plugin:promise/recommended", "plugin:@typescript-eslint/recommended" ], "rules": { "@typescript-eslint/no-explicit-any": 0, "@typescript-eslint/no-empty-function": 0, "no-return-assign": 0, "space-before-function-paren": ["error", "never"] } }