spiegel-keyman/common/tools/hextobin/index.ts
Marc Durdin 36cd83f21b chore(common): cleanup and reorganize hextobin to remove fs dependency
fs dependency removed from the main hextobin function, only in the
filesystem.ts version. Also supports loading a segment of a hex file
for isolated tests.

Test-bot: skip
2026-03-12 16:26:08 +01:00

6 lines
167 B
TypeScript

/*
* Keyman is copyright (C) SIL Global. MIT License.
*/
export { hextobin, HexToBinOptions } from './main.js';
export { hextobinFromFile } from './filesystem.js';