https://cyhfe.github.io/toolkit/
Install package:
# npm
npm install @cyhfe/toolkit
# yarn
yarn add @cyhfe/toolkit
# pnpm
pnpm install @cyhfe/toolkit
Import:
// ESM
import * as toolkit from "@cyhfe/toolkit";
// CommonJS
const toolkit = require("@cyhfe/toolkit");
// umd
<script src="https://unpkg.com/@cyhfe/toolkit/dist/umd/index.js"></script>;
window.toolkit;
Published under MIT License.
Generated using TypeDoc