fuc-new/doc/node_modules/unicorn-magic
2025-10-15 12:40:55 +08:00
..
default.d.ts 1 2025-10-03 17:17:08 +08:00
default.js 1 2025-10-03 17:17:08 +08:00
license 1 2025-10-03 17:17:08 +08:00
node.d.ts 1 2025-10-03 17:17:08 +08:00
node.js 1 2025-10-03 17:17:08 +08:00
package.json 1 2025-10-03 17:17:08 +08:00
readme.md no message 2025-10-15 12:40:55 +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.