UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 288 B
"use strict";function isEmpty(t){var r;if(Array.isArray(t))return 0===t.length;const e=t[Symbol.iterator]();try{return!!e.next().done}finally{null===(r=e.return)||void 0===r||r.call(e)}}Object.defineProperty(exports,"__esModule",{value:!0}),exports.isEmpty=void 0,exports.isEmpty=isEmpty;