UNPKG

@openui5/sap.ui.core

Version:

OpenUI5 Core Library sap.ui.core

22 lines 490 B
/*! * 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#throttle} * * @function * @alias module:sap/base/util/restricted/_throttle * @author SAP SE * @since 1.71 * @version 1.87.1 * @private * @ui5-restricted */ sap.ui.define([ "sap/base/util/restricted/_/lodash.custom" ], function(lodash) { "use strict"; return lodash.throttle; });