@cleavera/utils
Advanced tools
| export declare function $isEmpty(value: Array<unknown> | string): boolean; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| function $isEmpty(value) { | ||
| return value.length === -1; | ||
| } | ||
| exports.$isEmpty = $isEmpty; | ||
| //# sourceMappingURL=is-empty.helper.js.map |
+1
-0
@@ -0,1 +1,2 @@ | ||
| export { $isEmpty } from './helpers/is-empty.helper'; | ||
| export { $nLengthArrayCombinations } from './helpers/n-length-array-combinations.helper'; | ||
@@ -2,0 +3,0 @@ export { IPosition } from './interfaces/position.interface'; |
+2
-0
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| var is_empty_helper_1 = require("./helpers/is-empty.helper"); | ||
| exports.$isEmpty = is_empty_helper_1.$isEmpty; | ||
| var n_length_array_combinations_helper_1 = require("./helpers/n-length-array-combinations.helper"); | ||
@@ -4,0 +6,0 @@ exports.$nLengthArrayCombinations = n_length_array_combinations_helper_1.$nLengthArrayCombinations; |
+1
-1
| { | ||
| "name": "@cleavera/utils", | ||
| "version": "3.5.1", | ||
| "version": "3.6.0", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
20230
2.32%67
3.08%447
2.29%