@saunos/utils

Utils

Functional utility library

bundle size npm downloads npm version MIT license

Complimentary utilities mostly to be used with 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)