cel-ts - v0.1.0-alpha
    Preparing search index...

    Class TypeValue

    Type value - represents a type itself as a value

    Index

    Properties

    kind: ValueKind = "type"
    BoolType: TypeValue = ...
    BytesType: TypeValue = ...
    DoubleType: TypeValue = ...
    DurationType: TypeValue = ...
    IntType: TypeValue = ...
    ListType: TypeValue = ...
    MapType: TypeValue = ...
    NullType: TypeValue = ...
    StringType: TypeValue = ...
    TimestampType: TypeValue = ...
    TypeType: TypeValue = ...
    UintType: TypeValue = ...

    Methods