1.3.1 • Published 4 years ago

em-underline v1.3.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

em-underline

工具集

em-underline NPM downloads Package Quality NPM downloads

  1. 为什么用?
  • 减少项目之间重复的代码
  • 公共方法抽离
  • 使用方便
  • 模块化,用哪个,引哪个
  • 易于维护
  1. 怎么用?
  • 引用某一方法

    import isArray from 'em-underline/isArray';
    console.log(isArray([]));
  • 全部引用

    import _ from 'em-underline';
    console.log(_.isArray([]));
  1. 安装
  • npm

    npm install em-underline

  • yarn

    yarn add em-underline

1.3.1

4 years ago

1.3.0

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago