UNPKG

immediato

Version:

An isomorphic setImmediate implementation that doesn't prevent the process from exiting naturally.

30 lines (29 loc) 752 B
{ "name": "immediato", "repository": "github:fabiospampinato/immediato", "description": "An isomorphic setImmediate implementation that doesn't prevent the process from exiting naturally.", "license": "MIT", "version": "1.1.0", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test": "tsex test", "test:watch": "tsex test --watch", "prepublishOnly": "tsex prepare" }, "keywords": [ "immediate", "setImmediate", "clearImmediate" ], "devDependencies": { "fava": "^0.3.4", "tsex": "^4.0.2", "typescript": "^5.7.3" } }