UNPKG

xiot-core-spec-ts

Version:
5 lines (4 loc) 148 B
export declare class DescriptionCodec { static decode(o: any): Map<string, string>; static encode(description: Map<string, string>): any; }