mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-06 08:59:23 +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)); |