Skip to content

DateFlagOptions ​

Options accepted by flag.date() and arg.date().

Signatures ​

ts
interface DateFlagOptions {}

Members ​

Properties ​

max ​

Inclusive latest allowed date.

ts
max?: Date;

min ​

Inclusive earliest allowed date.

ts
min?: Date;

See Also ​

Released under the MIT License.