9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
/**
|
|
* 通用格式化器 test test test
|
|
*/
|
|
export * from './datetime.formatters.js';
|
|
export * from './currency.formatters.js';
|
|
|
|
|
|
|