mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-17 02:21:53 -05:00
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.
4 lines
136 B
JavaScript
4 lines
136 B
JavaScript
import { FindUnits } from "./finder.js";
|
|
import { Unit } from "./unit.js";
|
|
export { FindUnits, Unit };
|
|
//# sourceMappingURL=index.js.map
|