1
0
forked from jchomaz/Vulture
Files

2 lines
153 B
JavaScript

export var isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
//# sourceMappingURL=isArrayLike.js.map