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

Class

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

Source from the content-addressed store, hash-verified

1048 * - P14D = 14 days (or P2W)
1049 */
1050export class DurationValue implements TemporalValue {
1051 public readonly temporalType = "duration";
1052
1053 #months: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected