mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-14 07:25:55 +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)); |