|
před 3 týdny | |
---|---|---|
.. | ||
default.d.ts | před 3 týdny | |
default.js | před 3 týdny | |
license | před 3 týdny | |
node.d.ts | před 3 týdny | |
node.js | před 3 týdny | |
package.json | před 3 týdny | |
readme.md | před 3 týdny |
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 types.