UNPKG

@swtc/serializer

Version:
10 lines 291 B
declare class SerializedType { static serialize_varint(so: any, val: any): void; serialize: any; parse: any; constructor(methods: any); parse_varint(so: any): number; } export default SerializedType; export { SerializedType }; //# sourceMappingURL=SerializedType.d.ts.map