mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-17 01:19:05 +00:00
3 lines
146 B
JavaScript
3 lines
146 B
JavaScript
|
|
"use strict";
|
||
|
|
exports.isArray = Array.isArray || (function (x) { return x && typeof x.length === 'number'; });
|
||
|
|
//# sourceMappingURL=isArray.js.map
|