(format: DateFormat)
| 224 | const isValidDateInstance = (date: Date) => !Number.isNaN(+date) |
| 225 | |
| 226 | const writeFormattedExpected = (format: DateFormat) => |
| 227 | `a ${format}-formatted date` |
| 228 | |
| 229 | export const tryParseDatePattern = ( |
| 230 | data: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…