# @deot/helper

> `@deot/helper` 是所有 helper 子包的聚合入口。它按命名空间导出函数集合，并直接导出常用类和缓存实例。

Latest version **1.1.17** (published 2026-04-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @deot/helper
pnpm add @deot/helper
yarn add @deot/helper
bun add @deot/helper
```

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.1.17 |
| Published | 2026-04-07 |
| First published | 2023-07-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | deot |

## Links

- npm: https://www.npmjs.com/package/@deot/helper
- npm.io page: https://npm.io/package/@deot/helper

## Recent versions

- 1.1.17 (latest) — 2026-04-07
- 1.1.16 — 2026-03-05
- 1.1.15 — 2026-03-02
- 1.1.14 — 2025-10-08
- 1.1.13 — 2025-07-11
- 1.1.12 — 2025-07-11
- 1.1.11 — 2025-04-08
- 1.1.10 — 2025-03-28
- 1.1.9 — 2025-02-13
- 1.1.8 — 2025-01-10
- 1.1.7 — 2024-06-28
- 1.1.6 — 2024-06-27
- 1.1.5 — 2023-12-21
- 1.1.4 — 2023-12-18
- 1.1.3 — 2023-11-22
- … 6 more at https://npm.io/package/@deot/helper/versions

## README

# @deot/helper

其他仓库方法的集成

[npm-cache-image]: https://img.shields.io/npm/v/@deot/helper-cache
[npm-cache-url]: https://www.npmjs.com/package/@deot/helper-cache

[npm-device-image]: https://img.shields.io/npm/v/@deot/helper-device
[npm-device-url]: https://www.npmjs.com/package/@deot/helper-device

[npm-dom-image]: https://img.shields.io/npm/v/@deot/helper-dom
[npm-dom-url]: https://www.npmjs.com/package/@deot/helper-dom

[npm-emitter-image]: https://img.shields.io/npm/v/@deot/helper-emitter
[npm-emitter-url]: https://www.npmjs.com/package/@deot/helper-emitter

[npm-fp-image]: https://img.shields.io/npm/v/@deot/helper-fp
[npm-fp-url]: https://www.npmjs.com/package/@deot/helper-fp

[npm-load-image]: https://img.shields.io/npm/v/@deot/helper-load
[npm-load-url]: https://www.npmjs.com/package/@deot/helper-load

[npm-resize-image]: https://img.shields.io/npm/v/@deot/helper-resize
[npm-resize-url]: https://www.npmjs.com/package/@deot/helper-resize

[npm-route-image]: https://img.shields.io/npm/v/@deot/helper-route
[npm-route-url]: https://www.npmjs.com/package/@deot/helper-route

[npm-shared-image]: https://img.shields.io/npm/v/@deot/helper-shared
[npm-shared-url]: https://www.npmjs.com/package/@deot/helper-shared

[npm-unicode-image]: https://img.shields.io/npm/v/@deot/helper-unicode
[npm-unicode-url]: https://www.npmjs.com/package/@deot/helper-unicode

[npm-utils-image]: https://img.shields.io/npm/v/@deot/helper-utils
[npm-utils-url]: https://www.npmjs.com/package/@deot/helper-utils

[npm-wheel-image]: https://img.shields.io/npm/v/@deot/helper-wheel
[npm-wheel-url]: https://www.npmjs.com/package/@deot/helper-wheel

[npm-validator-image]: https://img.shields.io/npm/v/@deot/helper-validator
[npm-validator-url]: https://www.npmjs.com/package/@deot/helper-validator

[npm--image]: https://img.shields.io/npm/v/@deot/helper-
[npm--url]: https://www.npmjs.com/package/@deot/helper-

[npm-image]: https://img.shields.io/npm/v/@deot/helper
[npm-url]: https://www.npmjs.com/package/@deot/helper

| 包名                              | 版本                                               | 说明                                       |
| ------------------------------- | ------------------------------------------------ | ---------------------------------------- |
| [cache](../cache)               | [![npm][npm-cache-image]][npm-cache-url]         | 缓存管理（`Storage` / `Cookie` / `IndexDB`）   |
| [device](../device)             | [![npm][npm-device-image]][npm-device-url]       | 设备ua                                     |
| [dom](../dom)                   | [![npm][npm-dom-image]][npm-dom-url]             | dom元素操作的一些方法                             |
| [emitter](../emitter)           | [![npm][npm-emitter-image]][npm-emitter-url]     | 简单的发布订阅                                  |
| [fp](../fp)                     | [![npm][npm-fp-image]][npm-fp-url]               | 函数式工具，主要用`Task`函子延伸的`Job`，`Parallel`任务管理 |
| [load](../load)                 | [![npm][npm-load-image]][npm-load-url]           | 加载脚本、样式（`link`&`style`）、图片               |
| [resize](../resize)             | [![npm][npm-resize-image]][npm-resize-url]       | 元素变化监听                                   |
| [route](../route)               | [![npm][npm-route-image]][npm-route-url]         | 类`URL`/`URLSearchParams`相关取值             |
| [shared](../shared)             | [![npm][npm-shared-image]][npm-shared-url]       | 共享类型和常量                                  |
| [unicode](../unicode)           | [![npm][npm-unicode-image]][npm-unicode-url]     | 用于字符串压缩                                  |
| [utils](../utils)               | [![npm][npm-utils-image]][npm-utils-url]         | 工具方法                                     |
| [wheel](../wheel)               | [![npm][npm-wheel-image]][npm-wheel-url]         | 滚轮                                       |
| [validator](packages/validator) | [![npm][npm-validator-image]][npm-validator-url] | 验证器，常用正则                                 |
| [is](packages/is)               | [![npm][npm-is-image]][npm-is-url]               | 类型判断                                     |
| [index](../index)               | [![npm][npm-image]][npm-url]                     | 当前所有包的合集                                 |

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