MCPcopy Index your code
hub / github.com/arktypeio/arktype / writeFormattedExpected

Function writeFormattedExpected

ark/type/keywords/string.ts:226–227  ·  view source on GitHub ↗
(format: DateFormat)

Source from the content-addressed store, hash-verified

224const isValidDateInstance = (date: Date) => !Number.isNaN(+date)
225
226const writeFormattedExpected = (format: DateFormat) =>
227 `a ${format}-formatted date`
228
229export const tryParseDatePattern = (
230 data: string,

Callers 1

tryParseDatePatternFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…