UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 403 B
"use strict";function isArray(r){return Array.isArray(r)}function isNonEmptyArray(r){return Array.isArray(r)&&r.length>0}function isEmptyArray(r){return Array.isArray(r)&&r.length<1}Object.defineProperty(exports,"__esModule",{value:!0}),exports.isEmptyArray=exports.isNonEmptyArray=exports.isArray=void 0,exports.isArray=isArray,exports.isNonEmptyArray=isNonEmptyArray,exports.isEmptyArray=isEmptyArray;