|
il y a 1 mois | |
---|---|---|
.. | ||
default.d.ts | il y a 1 mois | |
default.js | il y a 1 mois | |
license | il y a 1 mois | |
node.d.ts | il y a 1 mois | |
node.js | il y a 1 mois | |
package.json | il y a 1 mois | |
readme.md | il y a 1 mois |
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.