do-times
Version:
Call an async function `n` times and await the promise returned by it
32 lines (31 loc) • 642 B
JSON
{
"name": "do-times",
"version": "3.0.0",
"description": "Call an async function `n` times and await the promise returned by it",
"main": "src/index.js",
"files": [
"README.md",
"LICENSE",
"src/index.js"
],
"engines": {
"node": ">=7.6.0"
},
"repository": {
"url": "https://github.com/zentus/do-times.git"
},
"keywords": [
"do-times",
"do",
"something",
"n",
"times",
"call function n times async"
],
"author": "zentus",
"license": "MIT",
"bugs": {
"url": "https://github.com/zentus/do-times/issues"
},
"homepage": "https://github.com/zentus/do-times#readme"
}