UNPKG

lakutata

Version:

An IoC-based universal application framework.

14 lines (10 loc) 333 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ "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;