An open API service indexing awesome lists of open source software.

https://github.com/cgxqd/utilscore

前端业务代码工具库
https://github.com/cgxqd/utilscore

business-code tyepscript utils

Last synced: 20 days ago
JSON representation

前端业务代码工具库

Awesome Lists containing this project

README

          

# utilscoreJS

前端业务代码工具库,高效率完成前端业务代码。

![npm](https://img.shields.io/npm/v/utilscore) ![npm](https://img.shields.io/npm/dt/utilscore) ![NPM](https://img.shields.io/npm/l/utilscore)

## 特征
- **开箱即用** 仅需一个依赖即可上手开发,内涵丰富的功能,可满足日常的开发需求
- **按需加载** 支持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'
```