@openui5/sap.ui.core
Version:
OpenUI5 Core Library sap.ui.core
22 lines • 492 B
JavaScript
/*!
* 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#difference}
*
* @function
* @alias module:sap/base/util/restricted/_difference
* @author SAP SE
* @since 1.80
* @version 1.147.0
* @private
* @ui5-restricted
*/
sap.ui.define([
"sap/base/util/restricted/_/lodash.custom"
], function(lodash) {
"use strict";
return lodash.difference;
});