@iteam/hooks
Advanced tools
Comparing version 0.2.1 to 0.3.0
export {}; |
export {}; |
export {}; |
export * from './useToggle'; | ||
export * from './useQueryParam'; | ||
export * from './useDebounce'; |
@@ -1,1 +0,1 @@ | ||
export declare const useDebounce: <ValueType extends {}>(value: ValueType, delay: number) => ValueType; | ||
export declare const useDebounce: <ValueType>(value: ValueType, delay: number) => ValueType; |
export declare const useQueryParam: (param: string) => string | string[]; |
export declare const useToggle: (initialValue: boolean) => [boolean, () => void]; |
@@ -0,0 +0,0 @@ module.exports = { |
{ | ||
"name": "@iteam/hooks", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"main": "dist/hooks.cjs.js", | ||
@@ -15,2 +15,3 @@ "module": "dist/hooks.esm.js", | ||
"test:ci": "jest", | ||
"coverage": "jest --coverage", | ||
"typecheck": "tsc --noEmit", | ||
@@ -17,0 +18,0 @@ "typecheck:watch": "npm run typecheck -- --watch", |
@@ -0,0 +0,0 @@ # Iteam Hooks |
@@ -0,0 +0,0 @@ import commonjs from 'rollup-plugin-commonjs' |
import 'jest-dom/extend-expect' |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34727
34
1061