Documentation
    Preparing search index...

    Type Alias ProtobufAtomic

    ProtobufAtomic:
        | "bool"
        | "int32"
        | "uint32"
        | "int64"
        | "uint64"
        | "float"
        | "double"
        | "string"

    Protocol Buffers atomic (scalar) type names.

    Union of all primitive type identifiers used in Protocol Buffers wire format encoding/decoding.

    Jeongho Nam - https://github.com/samchon