UNPKG

262 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports["default"] = void 0;
5function numberToHex(value) {
6 var hex = value.toString(16);
7 return hex.length === 1 ? "0" + hex : hex;
8}
9var _default = exports["default"] = numberToHex;
10module.exports = exports.default;
\No newline at end of file