Skip to content

Commit

Permalink
Fix type definition for Quantity namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed May 26, 2024
1 parent 7743eb3 commit ee0a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/openhab-js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ export const utils: typeof import("./utils");
export const osgi: typeof import("./osgi");
export const cache: typeof import("./cache");
export const time: typeof import("./time");
export const Quantity: typeof import("./quantity");
export const Quantity: typeof import("./quantity").getQuantity;
export {};

0 comments on commit ee0a59a

Please sign in to comment.