isArrayLike.js 172 Bytes
Newer Older
Patiphan Marak's avatar
Patiphan Marak committed
1 2 3
/** PURE_IMPORTS_START  PURE_IMPORTS_END */
export var isArrayLike = (function (x) { return x && typeof x.length === 'number'; });
//# sourceMappingURL=isArrayLike.js.map