UNPKG

lakutata

Version:

An IoC-based universal application framework.

14 lines (11 loc) 387 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ import { readIEEE754 as e } from "../base/internal/IEEE754.mjs"; function f(f) { const r = Buffer.from(f, "hex"); if (r.length === 8) { return e(Buffer.from(f, "hex"), 0, false, 52, 8); } else { return e(Buffer.from(f, "hex"), 0, false, 23, 4); } } export { f as HexToIEEE754 };