async-wrappers
Version:
A set of wrapper functions to perform debouncing, throttling, retrying etc.
33 lines • 714 B
JSON
{
"name": "async-wrappers",
"version": "2.1.1",
"description": "A set of wrapper functions to perform debouncing, throttling, retrying etc.",
"keywords": [
"debounce",
"async",
"throttle",
"promise",
"await",
"async-functions",
"typescript"
],
"main": "cjs/index.js",
"module": "esm/index.js",
"exports": {
".": {
"node": "cjs/index.js"
}
},
"types": "types/index.d.ts",
"homepage": "https://spudnyk.github.io/async-wrappers",
"repository": "https://github.com/SpudNyk/async-wrappers.git",
"license": "MIT",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {}
}