utils.js 90 Bytes
Newer Older
1 2 3 4 5
import nzh from 'nzh/cn';

export function digitUppercase(n) {
  return nzh.toMoney(n);
}