/** * 内置 numfmt,来自 ssf.js,做了修改,主要是将 yy 都改成了 yyyy,不然太容易混淆了 */ declare const BuiltInNumFmt: string[]; export default BuiltInNumFmt;