@trackunit/shared-utils
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "@trackunit/shared-utils", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt", |
@@ -6,2 +6,2 @@ export declare const align: { | ||
}; | ||
export type Align = typeof align[keyof typeof align]; | ||
export type Align = (typeof align)[keyof typeof align]; |
88806