Skip to content
On this page

UseFunctions

🦄 A Collection of Practical Pure Functions.

NPM version

Usage

shell
pnpm i @use-kit/functions
pnpm i @use-kit/functions
ts
import { getSomething } from '@use-kit/functions'

const ret = getSomething()
import { getSomething } from '@use-kit/functions'

const ret = getSomething()

License

MIT License © 2022 Akashi Sai

Released under the MIT License.