hairy-utils
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBased on @hairy/utils v1.47.0. Focuses on core utility functions for JavaScript/TypeScript development.
基于@hairy/utils v1.47.0版本,聚焦于JavaScript/TypeScript开发中的核心工具函数。
Core References
核心参考内容
| Topic | Description | Reference |
|---|---|---|
| Async Utilities | Promise handling, deferred promises, and async flow control | core-async |
| Function Composition | Compose and pipe functions for functional programming | core-composition |
| Loop Control | Cancellable loops with delay control | core-loop |
| Type Checking | Runtime type detection and validation utilities | core-type-checking |
| Number Utilities | BigNumber operations, formatting, and calculations | core-numbers |
| String Utilities | String manipulation, templating, and formatting | core-strings |
| Browser Detection | Environment and browser detection utilities | core-browser |
| 主题 | 描述 | 参考链接 |
|---|---|---|
| 异步工具 | Promise处理、延迟Promise以及异步流控制 | core-async |
| 函数组合 | 用于函数式编程的函数组合与管道操作 | core-composition |
| 循环控制 | 支持延迟控制的可取消循环 | core-loop |
| 类型检查 | 运行时类型检测与验证工具 | core-type-checking |
| 数值工具 | BigNumber运算、格式化与计算 | core-numbers |
| 字符串工具 | 字符串处理、模板化与格式化 | core-strings |
| 浏览器检测 | 环境与浏览器检测工具 | core-browser |
Advanced Features
高级功能
| Topic | Description | Reference |
|---|---|---|
| Type Utilities | Type definitions and type manipulation helpers | advanced-types |
| Utility Functions | General-purpose utility functions | advanced-utils |
| 主题 | 描述 | 参考链接 |
|---|---|---|
| 类型工具 | 类型定义与类型操作辅助函数 | advanced-types |
| 通用工具函数 | 通用型工具函数 | advanced-utils |