UNPKG

@amxdev/sleep

Version:

Pause execution for specified milliseconds.

17 lines 406 B
{ "name": "@amxdev/sleep", "version": "1.0.0", "description": "Pause execution for specified milliseconds.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": ["sleep", "utility", "typescript", "amxdev"], "author": "Alok Mishra", "license": "MIT", "publishConfig": { "access": "public" } }