UNPKG

inactivity-countdown-timer

Version:

A plain JS (Typescript) module that will countdown and timeout when users are inactive/idle.

13 lines (12 loc) 206 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "sourceMap": true, "lib": ["es5", "dom"] }, "exclude": [ "node_modules" ], "typeRoots": ["node_modules/@types"] }