MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/TemporalTypes.ts:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 * - ordinalDay: Day of year (1-366)
43 */
44export class DateValue implements TemporalValue {
45 public readonly temporalType = "date";
46
47 #year: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected