4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
import type { Dayjs } from 'dayjs';
|
|
export declare const getTime: (value: number | Dayjs) => number;
|
|
export declare const formatTime: (timestamp: number, format: string) => string;
|