@rooks/use-debounce
Version:
Debounce hook for react
45 lines (44 loc) • 1.09 kB
JSON
{
"main": "lib/index.js",
"jsnext:main": "lib/index.esm.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"source": "src/index.ts",
"description": "Debounce hook for react",
"name": "@rooks/use-debounce",
"homepage": "https://stories.react-hooks.org/?path=/story/usedebounce--basic-example",
"repository": {
"type": "git",
"url": "https://github.com/imbhargav5/rooks.git"
},
"scripts": {
"test": "jest",
"lint": "eslint src test",
"clean": "rimraf lib",
"prebuild": "yarn clean",
"build": "rollup -c ../../scripts/rollup.config.js",
"prepublish": "yarn run build",
"pregenerate:types": "rimraf index.d.ts",
"generate:types": "tsc"
},
"keywords": [
"use",
"debounce",
"react",
"hooks",
"rooks",
"react-hooks.org"
],
"version": "3.6.0",
"_id": "@rooks/use-debounce@",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"lodash.debounce": "4.0.8"
},
"gitHead": "d3756003f373663398ea1590e534cbf003144bf9"
}