Some useful utilities I often need
I'm not accepting requests.
npm install unicorn-magic
import {delay} from 'unicorn-magic';
await delay({seconds: 1});
console.log('1 second later');
See the Node.js types and default types.
Some useful utilities I often need
I'm not accepting requests.
npm install unicorn-magic
import {delay} from 'unicorn-magic';
await delay({seconds: 1});
console.log('1 second later');
See the Node.js types and default types.