cashier_admin_app/node_modules/unicorn-magic
YeMingfei666 dd4f5938da first 2024-09-10 10:49:47 +08:00
..
default.js first 2024-09-10 10:49:47 +08:00
index.d.ts first 2024-09-10 10:49:47 +08:00
license first 2024-09-10 10:49:47 +08:00
node.js first 2024-09-10 10:49:47 +08:00
package.json first 2024-09-10 10:49:47 +08:00
readme.md first 2024-09-10 10:49:47 +08:00

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.