Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fastuptime/nodejs_delay

Nodejs Delay
https://github.com/fastuptime/nodejs_delay

delay nodejs

Last synced: 8 days ago
JSON representation

Nodejs Delay

Awesome Lists containing this project

README

        

# NodeJs_Delay

## Code;

```js
let delay = ms => new Promise(res => setTimeout(res, ms));
```

## Example;

```js
await delay(5000); // 5 saniye bekle
```

---
- ✨ [Destek İçin](https://fastuptime.com)

- 💕 [Discord](https://fastuptime.com/discord)

- 🎖️ [FasterHost Technology](https://fasterhost.tech/)

- ✨ İletişim için [Tıkla!](mailto:[email protected])

# License
- Its protected by Creative Commons ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/))