@trackunit/shared-utils
Advanced tools
Comparing version 0.0.79 to 0.0.80
{ | ||
"name": "@trackunit/shared-utils", | ||
"version": "0.0.79", | ||
"version": "0.0.80", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt", |
@@ -40,2 +40,2 @@ /** | ||
export declare const stripHiddenCharacters: (input: string) => string; | ||
export type StringWithAutocompleteOptions<TOptions extends string> = TOptions | ({} & string); | ||
export type StringWithAutocompleteOptions<TOptions extends string> = TOptions | string; |
109310