mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
1 line
85 B
JavaScript
1 line
85 B
JavaScript
module.exports = duration => new Promise((resolve) => setTimeout(resolve, duration)); |