UNPKG

react-native-ytdl

Version:

YouTube video and audio stream extractor for react native.

13 lines (10 loc) 214 B
const timers = { setTimeout: function () { const id = global.setTimeout(...arguments); const ret = { unref: () => id } return ret; } }; module.exports = timers