mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-29 10:42:51 -04:00
4 lines
237 B
JavaScript
4 lines
237 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.isArray = (function () { return Array.isArray || (function (x) { return x && typeof x.length === 'number'; }); })();
|
|
//# sourceMappingURL=isArray.js.map
|