@1point7point4/add 中文文档教程
add
该模块导出加法函数,(x, y) => x + y。
usage
const add = require("@1point7point4/id");
add(2, 2) // 4
add
This module exports the addition function, (x, y) => x + y
.
usage
const add = require("@1point7point4/id");
add(2, 2) // 4