Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fastuptime/nodejs_delay
- Owner: fastuptime
- Created: 2023-05-19T20:15:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-19T20:19:03.000Z (over 1 year ago)
- Last Synced: 2024-11-06T20:13:42.208Z (about 2 months ago)
- Topics: delay, nodejs
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/))