主题
加法(+)。
传入多个数,返回计算结果。
import { plus } from '@renzp/number-correct' plus(1, 1); // 2
Array<Value>
type Value = string | number
string