前端业务代码工具库


Keywords
utilscore, core, util, lib, typescript, business-code, tyepscript, utils
License
MIT
Install
npm install utilscore@0.1.2

Documentation

utilscoreJS

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

npm npm NPM

特征

  • 开箱即用 仅需一个依赖即可上手开发,内涵丰富的功能,可满足日常的开发需求
  • 按需加载 支持ESM按需引入模块,消除无用代码来优化代码体积
  • 完全类型化的API 灵活的 API 和完整的 TypeScript 类型

Installation

In a browser

<head>
  <script src="//cdn.jsdelivr.net/npm/utilscore"></script>
</head>

Using package manager

npm i utilscore
yarn add utilscore
pnpm add utilscore

Use

in ESM

import utilscore, { sensitive } from 'utilscore'