@saunos/utils

Utils

Functional utility library - modern, simple, typed, powerful

bundle size npm downloads npm version MIT license

Reexports mostly from es-toolkit , some things from radash and some custom stuff.

Can be found here

npm install @saunos/utils
import { sleep } from '@saunos/utils/async'

await sleep(1000)