Functions
ensureEndpointIdFormat
| Parameter | Type | Description |
|---|---|---|
id | string | - |
string
parseEndpointId
| Parameter | Type | Description |
|---|---|---|
id | string | - |
EndpointId
isValidUrl
| Parameter | Type | Description |
|---|---|---|
url | string | - |
any
throttle
| Parameter | Type | Description |
|---|---|---|
func | T | - |
limit | number | - |
leading | any | - |
(...funcArgs: Parameters<T>) => ReturnType<T> | void
isReact
any
isPlainObject
| Parameter | Type | Description |
|---|---|---|
value | any | - The value to check. |
boolean
sleep
| Parameter | Type | Description |
|---|---|---|
ms | number | - |
Promise<void>