waait
Version:
A little function to wait
17 lines (16 loc) • 312 B
JSON
{
"name": "waait",
"version": "1.0.5",
"description": "A little function to wait",
"repository": "wesbos/waait",
"main": "index.js",
"author": "Wes Bos",
"license": "MIT",
"devDependencies": {
"tape": "^4.9.0"
},
"scripts": {
"test": "node test.js"
},
"typings": "./index.d.ts"
}