blob: 770234e56dc457021bcb0735fd98ba96ed8a30c8 [file] [log] [blame]
/** PURE_IMPORTS_START PURE_IMPORTS_END */
export var isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
//# sourceMappingURL=isArrayLike.js.map