UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

7 lines (6 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var format_1 = require("../format"); Uint8Array.prototype.hexstring = function () { return format_1.FormatHelper.toHexString(this); };