mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-21 16:59:08 +00:00
3 lines
137 B
JavaScript
3 lines
137 B
JavaScript
![]() |
"use strict";
|
||
|
exports.isArrayLike = (function (x) { return x && typeof x.length === 'number'; });
|
||
|
//# sourceMappingURL=isArrayLike.js.map
|