hel-micro-utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

hel-micro-utils

前往 npm 前往 github

使用

1.安装 hel-micro 依赖包

pnpm add hel-micro

2.预加载主包

// 安装主包
pnpm add hel-micro-utils
// 在使用之前加载主包
import { preFetchLib } from 'hel-micro'
await preFetchLib('hel-micro-utils', { versionId:'版本号' });// 忽略版本号将默认获取最新版本
// 后续使用
import helUtils from 'hel-micro-utils';
helUtils.apiName()

3.懒加载主包

// 后续再次加载会直接复用
const helUtilsLib = await preFetchLib("hel-micro-utils", { versionId:'版本号' });// 忽略版本号将默认获取最新版本
helUtilsLib.apiName();

其他

1.hel-micro

Package Sidebar

Install

npm i hel-micro-utils

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

76.8 kB

Total Files

26

Last publish

Collaborators

  • ityong