@omnist-dev/omnist
    Preparing search index...

    Interface TimeValue

    An ISO 8601 clock time value wrapper (spec §2.2).

    interface TimeValue {
        text: string;
        toJSON(): string;
        toString(): string;
    }
    Index
    text: string

    The canonical ISO 8601 clock time string (e.g. "12:30:00").

    • Returns the ISO 8601 clock time string for JSON serialization.

      Returns string

    • Returns the ISO 8601 clock time string.

      Returns string