UNPKG

xiot-core-spec-ts

Version:
8 lines (7 loc) 268 B
import { Event } from '../../typedef/instance/Event'; export declare class EventCodec { static decodeArray(array: any[]): Event[]; static decode(o: any): Event; static encode(event: Event): any; static encodeArray(events: Map<number, Event>): any[]; }