Tcsm
2023-06-05 3e7cae849957e1c37bbd4d803ba7adf9ccf24e27
1
2
3
/** PURE_IMPORTS_START  PURE_IMPORTS_END */
export var isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
//# sourceMappingURL=isArrayLike.js.map