UNPKG

@n3okill/utils

Version:
12 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmpty = isEmpty; /** * Check if array is Empty * @param arg Array to check * @returns `true` if source array is empty */ function isEmpty(arg) { return !arg.length; } //# sourceMappingURL=isEmpty.js.map