MCPcopy Create free account
hub / github.com/denoland/std / #dateDeclaration

Method #dateDeclaration

toml/stringify.ts:223–225  ·  view source on GitHub ↗
(keys: string[], value: Date)

Source from the content-addressed store, hash-verified

221 return fData;
222 }
223 #dateDeclaration(keys: string[], value: Date): string {
224 return `${this.#declaration(keys)}${this.#printDate(value)}`;
225 }
226 #format(options: StringifyOptions = {}): string[] {
227 const { keyAlignment = false } = options;
228 const rDeclaration = /^(\".*\"|[^=]*)\s=/;

Callers 1

#printObjectMethod · 0.95

Calls 2

#declarationMethod · 0.95
#printDateMethod · 0.95

Tested by

no test coverage detected