wait-while
v1.0.0
Published
Wait While
Downloads
2
Maintainers
Readme
const {
Delay,
DelayMs
} = require('wait-while');
(async () => {
console.time();
await Delay(5).then(() => console.timeEnd());
console.time();
await DelayMs(2000).then(() => console.timeEnd());
})();
📦wait-while
┣ 📜index.js
┗ 📜package.json
- ✨ Destek İçin
- 💕 Discord
- 🎖️ FasterHost Technology
- ✨ İletişim için Tıkla!
License
- Its protected by Creative Commons (CC BY-NC-SA 4.0)