UNPKG

lakutata

Version:

An IoC-based universal application framework.

13 lines (9 loc) 259 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); function t(t, e = 32) { const n = (BigInt(2) ** BigInt(e) + BigInt(t)).toString(16).toUpperCase(); return t < 0 ? n : n.slice(1); } exports.SignedToHex = t;