An open API service indexing awesome lists of open source software.

https://github.com/emartech/delay-js


https://github.com/emartech/delay-js

Last synced: about 1 year ago
JSON representation

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.