pause-poll-test
Version:
Promisify setTimeout & setInterval
37 lines (36 loc) • 780 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": [
"Promise",
"setTimeout",
"setInterval",
"Promisify",
"Utility",
"Poll",
"Polling",
"async",
"await"
],
"license": "MIT",
"main": "main.js",
"name": "pause-poll-test",
"repository": {
"type": "git",
"url": "git+https://github.com/wenfangdu/pause-poll.git"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc"
},
"type": "module",
"types": "main.d.ts",
"version": "0.0.2"
}