|
vor 3 Wochen | |
---|---|---|
.. | ||
default.d.ts | vor 3 Wochen | |
default.js | vor 3 Wochen | |
license | vor 3 Wochen | |
node.d.ts | vor 3 Wochen | |
node.js | vor 3 Wochen | |
package.json | vor 3 Wochen | |
readme.md | vor 3 Wochen |
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.