1.0.2 • Published 2 years ago

@manzhixing/utilsxy v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@manzhixing/utilsxy

前端常见的操作和功能的函数

Install

npm install @manzhixing/utilsxy

# OR

yarn add @manzhixing/utilsxy

Usage

// 全量引入
import * as utilsxy from '@manzhixing/utilsxy';
utilsxy.typeOf('chengbotao'); // "string"

// 差量使用
import { typeOf } from '@manzhixing/utilsxy';
typeOf('chengbotao'); // "string"

Docs

文档地址

License

MIT

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago