mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-21 15:57:42 +00:00
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
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
/*
|
|
* Keyman is copyright (C) SIL Global. MIT License.
|
|
*/
|
|
|
|
export { hextobin, HexToBinOptions } from './main.js';
|
|
export { hextobinFromFile } from './filesystem.js';
|