UNPKG

@protobuf-ts/runtime

Version:

Runtime library for code generated by the protoc plugin "protobuf-ts"

6 lines (5 loc) 251 B
import { LongType, ScalarType } from "./reflection-info"; /** * Creates the default value for a scalar type. */ export declare function reflectionScalarDefault(type: ScalarType, longType?: LongType): string | number | bigint | boolean | Uint8Array;