@frui.ts/helpers
Advanced tools
Comparing version 0.15.0-beta.5 to 0.15.0-beta.6
@@ -1,1 +0,2 @@ | ||
export declare type PropertyName<TTarget> = TTarget extends Map<string, any> ? string : keyof TTarget & string; | ||
export declare type PropertyName<TTarget> = keyof TTarget & string; | ||
export declare type BindingProperty<TTarget> = TTarget extends Map<infer K, any> ? K : PropertyName<TTarget>; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.15.0-beta.5", | ||
"version": "0.15.0-beta.6", | ||
"description": "Frui.ts helper functions", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e9e49d06ec4ffabd162f27edadce019b4031d2c9" | ||
"gitHead": "80cf5a737f5eb5403a155fd4a2e2f36d81c50264" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13221
93