https://github.com/emartech/delay-js
https://github.com/emartech/delay-js
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emartech/delay-js
- Owner: emartech
- License: mit
- Created: 2016-07-19T14:11:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T14:54:00.000Z (almost 8 years ago)
- Last Synced: 2025-06-30T17:54:19.422Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 14
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# delay-js
delay-js resolves a Promise with a given value after its timer is over.
### Example
```js
const Delay = require('@emartech/delay');
Delay.wait(1000);
```
----
Copyright EMARSYS 2016 All rights reserved.