mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-06 17:48:43 +08:00
4 lines
209 B
JavaScript
4 lines
209 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.isArray = Array.isArray || (function (x) { return x && typeof x.length === 'number'; });
|
|
//# sourceMappingURL=isArray.js.map
|