UNPKG

@protobuf-ts/runtime

Version:

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

7 lines (6 loc) 234 B
import type { IMessageType } from './message-type-contract'; /** * Creates an instance of the generic message, using the field * information. */ export declare function reflectionCreate<T extends object>(type: IMessageType<T>): T;