安装
npm install unicorn-magic
yarn add unicorn-magic
pnpm add unicorn-magic
bun add unicorn-magic
README

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');

You can also import from the /node sub-export to explicitly get the Node.js-specific utilities (useful for bundler compatibility):

import {toPath} from 'unicorn-magic/node';

API

See the Node.js types and default types.

版本列表
0.4.0 2025-11-15
0.3.0 2024-07-25
0.2.0 2024-05-11
0.1.0 2023-11-09