mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-02 12:18:22 -05:00
2 lines
153 B
JavaScript
2 lines
153 B
JavaScript
export var isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
|
|
//# sourceMappingURL=isArrayLike.js.map
|