@limitry/client - v0.4.1
Docs
GitHub
Preparing search index...
paginateAll
Function paginateAll
paginateAll
<
T
>
(
fetchPage
:
(
cursor
?:
string
)
=>
Promise
<
PaginatedResponse
<
T
>
>
,
)
:
AsyncGenerator
<
T
,
void
,
unknown
>
Iterator helper for auto-pagination Automatically fetches all pages using cursor-based pagination
Type Parameters
T
Parameters
fetchPage
:
(
cursor
?:
string
)
=>
Promise
<
PaginatedResponse
<
T
>
>
Returns
AsyncGenerator
<
T
,
void
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
@limitry/client - v0.4.1
Loading...
Iterator helper for auto-pagination Automatically fetches all pages using cursor-based pagination