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

Method toString

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

Convert to ISO string representation

()

Source from the content-addressed store, hash-verified

13 get(property: string): unknown;
14 /** Convert to ISO string representation */
15 toString(): string;
16 /** Type identifier for instanceof-like checks */
17 readonly temporalType: string;
18}

Callers 15

formatMethod · 0.65
hexMethod · 0.65
stringifyStepConfigFunction · 0.65
traverseMethod · 0.65
compareObjectsFunction · 0.65
toStringMethod · 0.65
Graph.test.tsFile · 0.65
RepeatStep.test.tsFile · 0.65
createMockPathFunction · 0.65

Implementers 7

DateValuepackages/graph/src/TemporalTypes.ts
LocalTimeValuepackages/graph/src/TemporalTypes.ts
TimeValuepackages/graph/src/TemporalTypes.ts
LocalDateTimeValuepackages/graph/src/TemporalTypes.ts
DateTimeValuepackages/graph/src/TemporalTypes.ts
DurationValuepackages/graph/src/TemporalTypes.ts
TraversalPathpackages/graph/src/Traversals.ts

Calls

no outgoing calls

Tested by 1

createMockPathFunction · 0.52