UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

11 lines (10 loc) 227 B
declare global { interface String { /** * Converter an hex deciaml formated string to bytes * Valid input example: 0001AFDE */ hexbytes(): Uint8Array; } } export {};