mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-16 18:20:14 -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.
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
import { FindUnits } from "./finder.js";
|
|
import { Unit } from "./unit.js";
|
|
|
|
export { FindUnits, Unit };
|