Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

zhufenglibz

zouyu9006ISC1.0.1

  • 要实现的运算功能+ - * / - webpack还可以用来打包js库 - 打包成压缩版和非压缩版 - 支持CMD/AMD/CJS/ESM导入 CMD和AMD基本不用了 require('zhufengmath') //commonjs规范 import zhufengmath from 'zhufengmath' //es6规范

readme

要实现一个库给别人

  • 要实现的运算功能+ - * /
  • webpack还可以用来打包js库
  • 打包成压缩版和非压缩版
  • 支持CMD/AMD/CJS/ESM导入 CMD和AMD基本不用了 require('zhufengmath') //commonjs规范 import zhufengmath from 'zhufengmath' //es6规范