@aesthetic/utils
Advanced tools
Comparing version 0.4.5 to 0.5.0
export declare type StringKey<T> = T extends string ? T : string; | ||
export declare type StringOnly<T> = T extends string ? string : never; | ||
export declare type LiteralUnion<T extends string> = T | (string & {}); | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@aesthetic/utils", | ||
"version": "0.4.5", | ||
"version": "0.5.0", | ||
"description": "Utility functions for Aesthetic.", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ae0de0b1a4e87ec62e8c519ac5aea0261317994e" | ||
"gitHead": "c22a30d836aca002a071cd61e8d4f7d66fb3cd4b" | ||
} |
Sorry, the diff of this file is not supported yet
17406
351