https://github.com/cgxqd/utilscore
前端业务代码工具库
https://github.com/cgxqd/utilscore
business-code tyepscript utils
Last synced: 20 days ago
JSON representation
前端业务代码工具库
- Host: GitHub
- URL: https://github.com/cgxqd/utilscore
- Owner: cgxqd
- License: mit
- Created: 2019-05-10T07:46:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T07:09:14.000Z (over 2 years ago)
- Last Synced: 2025-04-01T08:54:44.931Z (11 months ago)
- Topics: business-code, tyepscript, utils
- Language: TypeScript
- Homepage: https://cgxqd.github.io/utilscore/
- Size: 348 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# utilscoreJS
前端业务代码工具库,高效率完成前端业务代码。
  
## 特征
- **开箱即用** 仅需一个依赖即可上手开发,内涵丰富的功能,可满足日常的开发需求
- **按需加载** 支持ESM按需引入模块,消除无用代码来优化代码体积
- **完全类型化的API** 灵活的 API 和完整的 TypeScript 类型
## Installation
In a browser
``` html
```
Using package manager
``` sh
npm i utilscore
yarn add utilscore
pnpm add utilscore
```
## Use
in ESM
``` js
import utilscore, { sensitive } from 'utilscore'
```