UNPKG

millheat-js

Version:

Javascript client to ease the use of the Mill Open API V2

7 lines (4 loc) 163 B
export { MillheatAPI as Client } from "./client"; // Data structures export type { House } from "./models/house"; export type { Metric } from "./models/metric";