1.0.0 • Published 2 years ago
icodingcole-demo v1.0.0
包描述
这个包提供了max和min两个方法
- max方法用来实现求两个数中的最大值
- min方法用来实现求两个数中的最小值
安装
使用 npm 来安装包
npm i icoding-demo
API说明
- max方法用来实现求两个数中的最大值
- min方法用来实现求两个数中的最小值
const{max,min}=require("icoding-demo")
consolg.log(max(1,4)); //4
consolg.log(min(1,4)); //1
1.0.0
2 years ago