Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

unicorn-magic

sindresorhus39.9mMIT0.3.0TypeScript support: included

Some useful utilities I often need

utilities, util, extras, url, path, delay, wait, settimeout, sleep, child_process, child, process, subprocess, exec, execfile, execfilesync

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

API

See the types.