# @kukefe/utils

> js 工具函数库，同一个方法，如果你有更好的实现, 可以标识 V2 V3

Latest version **0.0.3** (published 2022-10-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install @kukefe/utils
pnpm add @kukefe/utils
yarn add @kukefe/utils
bun add @kukefe/utils
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2022-10-14 |
| First published | 2022-09-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 174.4 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | kukefe |

## Links

- npm: https://www.npmjs.com/package/@kukefe/utils
- npm.io page: https://npm.io/package/@kukefe/utils

## Dependencies (5)

- [vue](https://npm.io/package/vue.md) ^2.6.14
- [deepmerge](https://npm.io/package/deepmerge.md) ^4.2.2
- [normalize-wheel](https://npm.io/package/normalize-wheel.md) ^1.0.1
- [throttle-debounce](https://npm.io/package/throttle-debounce.md) ^5.0.0
- [resize-observer-polyfill](https://npm.io/package/resize-observer-polyfill.md) ^1.5.1

## Recent versions

- 0.0.3 (latest) — 2022-10-14
- 0.0.2 — 2022-09-07
- 0.0.1 — 2022-09-07

## README

## @kukefe/utils

js 工具函数库，同一个方法，如果你有更好的实现, 可以标识 V2 V3

### 使用

```sh
pnpm add @kukefe/utils -S
```

#### esm/commonjs

```js
import * as KKUtils from '@kukefe/utils'
import { isNumber } from '@kukefe/utils'

console.log(KKUtils)
console.log(isNumber(1)) // true
```

#### 浏览器

```html
<script src="./dist/kk-utils.umd.js"></script>
<script>
  console.log(KKUtils);
  console.log(KKUtils.isNumber(1));
</script>
```

## TODO

- [ ] 完善函数注释
- [ ] docs 维护函数使用文档(typedoc 或 jsdoc)
- [ ] 加入 typescript (使用 ts 编写 - 更好的代码提示)
- [ ] [benchmark](https://jsbench.me/)

[https://www.npmjs.com/package/@kukefe/utils](https://www.npmjs.com/package/@kukefe/utils)

---
_Source: https://npm.io/package/@kukefe/utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
