@frui.ts/helpers
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -0,1 +1,2 @@ | ||
export declare type Awaitable<T> = T | PromiseLike<T>; | ||
export declare type BindingTarget = Map<any, any> | Record<string, any>; | ||
@@ -2,0 +3,0 @@ export declare type PropertyName<TTarget> = keyof TTarget & string; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "Frui.ts helper functions", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "39d0e47a6f42463627e0d720c4f39967d33dd741" | ||
"gitHead": "4e60be221dc7b05da7f1d0b08b14da6647e8a760" | ||
} |
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
26567
256