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

Class

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

Source from the content-addressed store, hash-verified

192 * - nanosecond: Nanoseconds (0-999999999)
193 */
194export class LocalTimeValue implements TemporalValue {
195 public readonly temporalType = "localtime";
196
197 #hour: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected