MCPcopy
hub / github.com/open-cli-tools/concurrently / FormatterOptions

Interface FormatterOptions

lib/date-format.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface FormatterOptions {
2 locale?: string;
3 calendar?: string;
4}
5
6type TokenFormatter = (date: Date, options: FormatterOptions) => string | number;
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…