PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@confio/ics23/node_modules/protobufjs/cli/node_modules/underscore/modules
Просмотр файла: flatten.js
import _flatten from './_flatten.js';
// Flatten out an array, either recursively (by default), or up to `depth`.
// Passing `true` or `false` as `depth` means `1` or `Infinity`, respectively.
export default function flatten(array, depth) {
return _flatten(array, depth, false);
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!