UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

8 lines (7 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var format_1 = require("../format"); String.prototype.hexbytes = function () { var data = format_1.FormatHelper.hexStringToBuffer(this.toString()); return data; };