Files
node-intellicenter/index.ts
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

5 lines
104 B
TypeScript

import { FindUnits } from "./finder.js";
import { Unit } from "./unit.js";
export { FindUnits, Unit };