Dashboard/node_modules/unicorn-magic
2024-01-10 10:58:08 -08:00
..
default.js chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00
index.d.ts chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00
license chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00
node.js chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00
package.json chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00
readme.md chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00

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.