UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

10 lines (9 loc) 183 B
declare global { interface Uint8Array { /** * Converter Uint8array to an hexadecimal string. */ hexstring(): string; } } export {};