UNPKG

quill.api-test

Version:

a twitter bot api for node.js this os one option to bypass the pay wall for twiters api

8 lines (7 loc) 150 B
'use strict'; async function sleep(millis) { return new Promise(resolve => setTimeout(resolve, millis)); } module.exports = { sleep, }