Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jan 7, 2023
1 parent a376cb5 commit b496036
Show file tree
Hide file tree
Showing 19 changed files with 129 additions and 24 deletions.
7 changes: 3 additions & 4 deletions javascript/dist/es/states/state-resolver.js

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

2 changes: 1 addition & 1 deletion javascript/dist/es/states/state-resolver.js.map

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

2 changes: 2 additions & 0 deletions javascript/dist/es/util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ export declare function mergeSets<T>(sets: Set<T>[]): Set<T>;
* @link https://stackoverflow.com/a/12830454/3443137
*/
export declare function roundToTwoDecimals(num: number): number;
export declare function isObject(value: null): boolean;
export declare function getProperty(object: any, path: string | string[], value?: any): any;
44 changes: 44 additions & 0 deletions javascript/dist/es/util.js

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

Loading

0 comments on commit b496036

Please sign in to comment.