UNPKG

@common-utilities/debounce

Version:

A basic implementation of the common utility function, Debounce 🏓

33 lines (32 loc) 787 B
{ "name": "@common-utilities/debounce", "version": "0.0.2", "description": "A basic implementation of the common utility function, Debounce 🏓", "main": "dist/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", "license": "MIT", "publishConfig": { "access": "public" }, "repository": "git@github.com:yowainwright/common-utilities.git", "author": "Jeff Wainwright <yowainwright@gmail.com> (jeffry.in)", "scripts": { "build": "tsc", "clean": "rimraf dist" }, "jest": { "name": "@common-utilities/debounce", "rootDir": "./", "roots": [ "<rootDir>/src" ] }, "keywords": [ "debounce", "common-utilities", "utility", "functional" ], "gitHead": "306640dddfb574cc3958dd3b312fdae5c8933d5f" }