(config?: Args.Args.BaseArgsConfig)
| 197 | |
| 198 | /** @internal */ |
| 199 | export const date = (config?: Args.Args.BaseArgsConfig): Args.Args<globalThis.Date> => |
| 200 | makeSingle(Option.fromNullable(config?.name), InternalPrimitive.date) |
| 201 | |
| 202 | /** @internal */ |
| 203 | export const directory = (config?: Args.Args.PathArgsConfig): Args.Args<string> => |
nothing calls this directly
no test coverage detected