|
пре 3 недеља | |
---|---|---|
.. | ||
default.d.ts | пре 3 недеља | |
default.js | пре 3 недеља | |
license | пре 3 недеља | |
node.d.ts | пре 3 недеља | |
node.js | пре 3 недеља | |
package.json | пре 3 недеља | |
readme.md | пре 3 недеља |
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.