Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Function: throttle
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Shield
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Shield API
Tollgate API
On this page
Function: throttle()
Type Parameters
T
Parameters
fn
options
Returns
Function: throttle
Dotset CLI API Documentation
/
index
/ throttle
Function: throttle()
Copy
function
throttle
<
T
>(
fn
,
options
)
:
T
;
Defined in: src/shield/utils/profiler.ts:729
Throttle function calls
Type Parameters
T
T
extends
(…
args
) =>
unknown
Parameters
fn
T
options
Returns
T
⌘I