UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

4 lines (3 loc) 100 B
export interface Converter<InputType, OutputType> { convert(value: InputType): OutputType; }