TS-Scribe - v0.6.2
    Preparing search index...

    Type Alias TypeOfString

    TypeOfString:
        | "bigint"
        | "boolean"
        | "function"
        | "number"
        | "object"
        | "string"
        | "symbol"
        | "undefined"

    Represents the strings that can be used with the typeof operator. This is helpful for type-safe operations when checking the type of a value at runtime using typeof.