EASYAIuniappNewUI/node_modules/core-js/es/array/is-array.js
2025-02-08 18:50:38 +08:00

6 lines
140 B
JavaScript

'use strict';
require('../../modules/es.array.is-array');
var path = require('../../internals/path');
module.exports = path.Array.isArray;