UNPKG
mm-utils
Version:
latest (0.1.0)
1.0.0
0.1.0
0.0.2
0.0.1
mm-utils,JavaScript工具包,日常开发工作常用的公共函数库
mm-utils
/
src
/
example.js
9 lines
(6 loc)
•
73 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
function
addMath
(
a,b
){
return
a + b; }
export
default
{ addMath };