UNPKG

@friendlyjesse/library

Version:

rollup + typescript 制作的工具函数函数库

8 lines (7 loc) 163 B
/** * 格式化时间戳 * @category Formatter * @param 时间戳 */ declare function formatTime(Timestamp: number): string; export default formatTime;