(name: string)
| 276 | |
| 277 | /** @internal */ |
| 278 | export const date = (name: string): Options.Options<Date> => makeSingle(name, Arr.empty(), InternalPrimitive.date) |
| 279 | |
| 280 | /** @internal */ |
| 281 | export const directory = ( |
nothing calls this directly
no test coverage detected