moderndash
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -45,3 +45,3 @@ /** | ||
* let arr: ArrayMinLength<number, 3> = [1, 2, 3]; | ||
* arr = [1, 2, 3, 4]; // Error | ||
* arr = [1, 2]; // Error | ||
* | ||
@@ -1049,8 +1049,2 @@ * @template TElem The type of the array elements. | ||
* | ||
* Objects are considered empty if they have no own enumerable string keyed | ||
* properties. | ||
* | ||
* Array-like values such as `arguments` objects, arrays, buffers, strings, or | ||
* Similarly, maps and sets are considered empty if they have a `size` of `0`. | ||
* | ||
* @example | ||
@@ -1083,8 +1077,2 @@ * isEmpty(null) | ||
* | ||
* **Note:** This method supports comparing arrays, array buffers, booleans, | ||
* date objects, error objects, maps, numbers, `Object` objects, regexes, | ||
* sets, strings, symbols, and typed arrays. `Object` objects are compared | ||
* by their own, not inherited, enumerable properties. Functions and DOM | ||
* nodes are compared by strict equality, i.e. `===`. | ||
* | ||
* @example | ||
@@ -1091,0 +1079,0 @@ * var object = { 'a': 1 }; |
@@ -58,3 +58,3 @@ { | ||
}, | ||
"version": "0.14.0" | ||
"version": "0.14.1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
228123
2546