UNPKG

react-timer-hook

Version:

React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.

14 lines (13 loc) 270 B
{ "compilerOptions": { "jsx": "react-jsx", "strict": true, "skipLibCheck": true, "declaration": true, "declarationDir": "./dist/types", "moduleResolution": "node", "target": "ES6", "module": "ESNext", "esModuleInterop": true }, }