UNPKG

@openui5/sap.ui.core

Version:

OpenUI5 Core Library sap.ui.core

22 lines 495 B
/*! * OpenUI5 * (c) Copyright 2026 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ /** * See {@link https://lodash.com/docs/4.17.23#flattenDeep} * * @function * @alias module:sap/base/util/restricted/_flattenDeep * @author SAP SE * @since 1.80 * @version 1.147.1 * @private * @ui5-restricted */ sap.ui.define([ "sap/base/util/restricted/_/lodash.custom" ], function(lodash) { "use strict"; return lodash.flattenDeep; });