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