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

Method separator

packages/core/src/prompts/date.ts:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 get separator(): string {
155 return this.#separator;
156 }
157
158 get formattedValue(): string {
159 return this.#format(this.#segmentValues);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected