0.0.1 • Published 10 months ago

@oiij/utils v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@oiij/utils

Features:

Usage

Install

pnpm add @oiij/utils

Use

import { isFunction } from '@oiij/utils/is'
isFunction(1) // false
isFunction(() => {}) // true

License

MIT

0.0.1

10 months ago