@wixc3/common
Advanced tools
Comparing version 11.0.0 to 11.1.0
@@ -10,2 +10,8 @@ /** | ||
/** | ||
* union of all fields of T | ||
* @example | ||
* ValueOf<Record<string, number>> === number | ||
*/ | ||
export type ValueOf<T> = T[keyof T]; | ||
/** | ||
* Validates s is an instance of Map | ||
@@ -12,0 +18,0 @@ * @returns true if s is a Map |
@@ -10,2 +10,8 @@ /** | ||
/** | ||
* union of all fields of T | ||
* @example | ||
* ValueOf<Record<string, number>> === number | ||
*/ | ||
export type ValueOf<T> = T[keyof T]; | ||
/** | ||
* Validates s is an instance of Map | ||
@@ -12,0 +18,0 @@ * @returns true if s is a Map |
{ | ||
"name": "@wixc3/common", | ||
"version": "11.0.0", | ||
"version": "11.1.0", | ||
"description": "Common utils, usable in all environments", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -12,2 +12,9 @@ /** | ||
/** | ||
* union of all fields of T | ||
* @example | ||
* ValueOf<Record<string, number>> === number | ||
*/ | ||
export type ValueOf<T> = T[keyof T]; | ||
/** | ||
* Validates s is an instance of Map | ||
@@ -14,0 +21,0 @@ * @returns true if s is a Map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
352204
6033