UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

4 lines (3 loc) 132 B
import { Decoder } from '../../../../core'; export interface BodyDecoder<OutputType> extends Decoder<Uint8Array, OutputType> { }