mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-13 20:00:24 +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)); |