UNPKG

ipbcrawler

Version:

Package to mine forum data using the Invision Power Board platform.

12 lines (11 loc) 210 B
module.exports = time => cb => new Promise(resolve => { return setTimeout(async () => { try { const result = await cb() return resolve(result) } catch(e) { return e } }, time) })