UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

3 lines (2 loc) 185 B
import { ObjectMapping, UnitDefinition } from './definitions'; export declare function findCodeDefinition(code: number, mapping: ObjectMapping): [string, UnitDefinition] | undefined;