UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

4 lines (3 loc) 294 B
import { FixedSizeEnumConverter, EnumListConverter } from '@iotize/tap/client/impl'; export declare function createEnumConverter<T>(mapping: any, size: number): FixedSizeEnumConverter<T>; export declare function createEnumArrayConverter<T>(mapping: any, size: number): EnumListConverter<T>;