UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

5 lines (4 loc) 164 B
import { Decoder } from '../../../core'; import { Command } from '../request/command'; export interface RequestDecoder extends Decoder<Uint8Array, Command> { }