UNPKG

use-initializer

Version:

A React hook for once-only initialization with dependency tracking and cleanup

15 lines 377 B
{ "compilerOptions": { "strict": true, "noEmit": false, "module": "NodeNext", "moduleResolution": "nodenext", "allowArbitraryExtensions": true, "declaration": true, "declarationDir": "./dist/types", "jsx": "react", "outDir": "./dist/esm", "allowJs": true, "skipLibCheck": true, } }