HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/moodledata/filedir/45/fe/45fea222e6cef4d8deaed6769b3c6973da3a84f9
# unicorn-magic

> Some useful utilities I often need

*I'm not accepting requests.*

## Install

```sh
npm install unicorn-magic
```

## Usage

```js
import {delay} from 'unicorn-magic';

await delay({seconds: 1});

console.log('1 second later');
```

## API

See [the types](index.d.ts).