formatter.d.ts 95 B

1
  1. export declare const formatTime: (t: Date | number | string, format: string) => string | null;