mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-28 16:48:42 +00:00
1 line
No EOL
85 B
JavaScript
1 line
No EOL
85 B
JavaScript
module.exports = duration => new Promise((resolve) => setTimeout(resolve, duration)); |