1.0.3 • Published 7 years ago

@searchfe/underscore v1.0.3

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

Build Status Coverage Status

JavaScript 语言工具库 (AMD),包括字符串工具、对象工具、函数工具、语言增强等。

兼容性

  • AMD 规范
  • ES5
  • 主流移动浏览器

    设计初衷

  1. 用于 Web 端要控制代码量(目前 gzipped 1.5k)
  2. 与 Lodash 重合的功能保持接口一致: https://github.com/exports/exports
  3. Lodash 中不包含的部分,如有需要可自行添加。文档:/doc.md

    独立打包

    本项目发布形式为源码,建议使用时编译和打包。

    npm run dist
    npm run gzip