UNPKG

lakutata

Version:

An IoC-based universal application framework.

8 lines (6 loc) 244 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ function t(t, n = 32) { const i = (BigInt(2) ** BigInt(n) + BigInt(t)).toString(16).toUpperCase(); return t < 0 ? i : i.slice(1); } export { t as SignedToHex };