Skip to content

Commit 49cb77e

Browse files
authored
Type defs: Export QuantityClass (#454)
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent a83e1f9 commit 49cb77e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/openhab-js.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ export const osgi: typeof import("./osgi");
7676
export const cache: typeof import("./cache");
7777
export const time: typeof import("./time");
7878
export const Quantity: typeof import("./quantity").getQuantity;
79+
export const QuantityClass: typeof import("./quantity").Quantity;
7980
export const environment: typeof import("./environment");
8081
export {};

0 commit comments

Comments
 (0)