UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 168 B
import { Device } from '../../typedef/instance/Device'; export declare class DeviceCodec { static decode(o: any): Device; static encode(device: Device): any; }