Files
node-intellicenter/dist/index.js
Parnic 3031bc2079 Update exports, rename example
This gives better control over importing in non-module environments and removes the example code as the default import which was running when loading up the library.
2025-01-04 15:50:24 -06:00

4 lines
136 B
JavaScript

import { FindUnits } from "./finder.js";
import { Unit } from "./unit.js";
export { FindUnits, Unit };
//# sourceMappingURL=index.js.map