主题
求余(%)。
传入求余数和被求余数,返回计算结果。
import { mod } from '@renzp/number-correct' mod(5, 3); // 1
Value
type Value = string | number
string