Oles 41a6703537 Init пре 1 година
..
default.d.ts 41a6703537 Init пре 1 година
default.js 41a6703537 Init пре 1 година
license 41a6703537 Init пре 1 година
node.d.ts 41a6703537 Init пре 1 година
node.js 41a6703537 Init пре 1 година
package.json 41a6703537 Init пре 1 година
readme.md 41a6703537 Init пре 1 година

readme.md

unicorn-magic

Some useful utilities I often need

I'm not accepting requests.

Install

npm install unicorn-magic

Usage

import {delay} from 'unicorn-magic';

await delay({seconds: 1});

console.log('1 second later');

API

See the types.