@pvfhv/magic-box
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

@pvfhv/magic-box

  • 日常开发工具包

安装

pnpm add -S @pvfhv/magic-box

使用

import { treeUtils, commonUtils } from '@pvfhv/magic-box';

// 树相关方法
const { 
  copyNode, // 复制节点
  findParentNode // 查找父节点
} = treeUtils

// 公共方法
const { 
  downloadFile, // 下载文件
  checkDivice // 检查当前设备分辨是否正常
} = commonUtils

手工更新npm

淘宝源

Readme

Keywords

Package Sidebar

Install

npm i @pvfhv/magic-box

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

9.27 kB

Total Files

8

Last publish

Collaborators

  • pvfhv