@openui5/sap.ui.core
Version:
OpenUI5 Core Library sap.ui.core
22 lines • 481 B
JavaScript
/*!
* OpenUI5
* (c) Copyright 2009-2021 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.20#union}
*
* @function
* @alias module:sap/base/util/restricted/_union
* @author SAP SE
* @since 1.81
* @version 1.87.1
* @private
* @ui5-restricted
*/
sap.ui.define([
"sap/base/util/restricted/_/lodash.custom"
], function(lodash) {
"use strict";
return lodash.union;
});