| 1 | export interface DateConverter { |
| 2 | parse(date: any, pattern?: string, locale?: string): Date ; |
| 3 | format(date: Date, pattern?: string, locale?: string): string ; |
| 4 | formatDateTime(date: Date, pattern?: string, locale?: string): string ; |
| 5 | } |
no outgoing calls
no test coverage detected