Preparing search index...
The search index is not available
Documentation
Documentation
it-peekable
AsyncPeek
Interface AsyncPeek<T>
interface
AsyncPeek
<
T
>
{
peek
(
)
:
Promise
<
IteratorResult
<
T
,
undefined
>
>
;
}
Type Parameters
T
Index
Methods
peek
Methods
peek
peek
(
)
:
Promise
<
IteratorResult
<
T
,
undefined
>
>
Returns
Promise
<
IteratorResult
<
T
,
undefined
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
peek
Documentation
Loading...