Skip to content

Commit

Permalink
Update type defs
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Dec 16, 2023
1 parent b84696d commit 8554181
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion types/quantity.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Quantity {
* @type {QuantityType}
* @private
*/
private raw;
private rawQtyType;
/**
* Dimension of this Quantity, e.g. `[L]` for metres or `[L]²` for cubic-metres
* @type {string}
Expand Down
2 changes: 1 addition & 1 deletion types/quantity.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/time.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function dumpObject(obj: any, dumpProps?: boolean): void;
* @returns {boolean} whether it is an instance of a Java class
* @throws error if type is not a java class
*/
export function isJsInstanceOfJava(instance: any, type: JavaClass): boolean;
export function isJsInstanceOfJavaType(instance: any, type: JavaClass): boolean;
/**
* Convert Java Instant to JS-Joda Instant.
*
Expand Down
2 changes: 1 addition & 1 deletion types/utils.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8554181

Please sign in to comment.