@manzhixing/utilsxy
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@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

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i @manzhixing/utilsxy

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    33.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • botaocheng