pause-poll-temp
Version:
Promisify setTimeout & setInterval
37 lines (36 loc) • 807 B
JSON
{
"author": "Wenfang Du",
"bugs": {
"url": "https://github.com/wenfangdu/pause-poll/issues"
},
"description": "Promisify setTimeout & setInterval",
"devDependencies": {
"typescript": "^4.2.3"
},
"homepage": "https://github.com/wenfangdu/pause-poll#readme",
"keywords": [
"async",
"await",
"Poll",
"Polling",
"Promise",
"Promisify",
"setInterval",
"setTimeout",
"Utility"
],
"license": "MIT",
"main": "src/main.js",
"name": "pause-poll-temp",
"repository": {
"type": "git",
"url": "git+https://github.com/wenfangdu/pause-poll.git"
},
"scripts": {
"compile": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "yarn compile"
},
"types": "src/main.d.ts",
"version": "0.0.7"
}