mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 15:23:47 -05: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
|