UNPKG

@rooks/use-countdown

Version:

Count down to a target timestamp and call callbacks every second (or provided peried)

13 lines (11 loc) 202 B
{ "extends": "../tsconfig_independent.settings.json", "include": [ "./src/index.ts", "../shared/**/*.ts", ], "compilerOptions": { "rootDir": "../", "outDir": "./lib", } }