MCPcopy Create free account
hub / github.com/bombshell-dev/clack / DateOptions

Interface DateOptions

packages/core/src/prompts/date.ts:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120export interface DateOptions extends PromptOptions<Date, DatePrompt> {
121 format?: DateFormat;
122 locale?: string;
123 separator?: string;
124 defaultValue?: Date;
125 initialValue?: Date;
126 minDate?: Date;
127 maxDate?: Date;
128}
129
130export default class DatePrompt extends Prompt<Date> {
131 #segments: SegmentConfig[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected