UNPKG

@clayui/shared

Version:
6 lines (5 loc) 221 B
/** * SPDX-FileCopyrightText: © 2023 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: BSD-3-Clause */ export declare function throttle<T>(callback: Function, limit: number): (...args: Array<T>) => void;