Skip to content

快速开始

约定

  • 使用本包请锁定版本,避免后续版本使用破坏性改动影响生产代码
  • 所有带 Async 的方法都为异步函数,不会在方法中特别说明

安装

npm

bash
npm install @wgbx/tools

yarn

bash
yarn add @wgbx/tools

pnpm

bash
pnpm add @wgbx/tools

Released under the MIT License.