Search
Preparing search index...
The search index is not available
@fluent/sequence - v0.6.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@fluent/sequence - v0.6.0
Index
Functions
map
Bundle
Async
map
Bundle
Sync
Functions
map
Bundle
Async
map
Bundle
Async
(
bundles
:
AsyncIterable
<
FluentBundle
>
, ids
:
string
)
:
Promise
<
FluentBundle
|
null
>
map
Bundle
Async
(
bundles
:
AsyncIterable
<
FluentBundle
>
, ids
:
string
[]
)
:
Promise
<
(
FluentBundle
|
null
)
[]
>
Parameters
bundles:
AsyncIterable
<
FluentBundle
>
ids:
string
Returns
Promise
<
FluentBundle
|
null
>
Parameters
bundles:
AsyncIterable
<
FluentBundle
>
ids:
string
[]
Returns
Promise
<
(
FluentBundle
|
null
)
[]
>
map
Bundle
Sync
map
Bundle
Sync
(
bundles
:
Iterable
<
FluentBundle
>
, ids
:
string
)
:
FluentBundle
|
null
map
Bundle
Sync
(
bundles
:
Iterable
<
FluentBundle
>
, ids
:
string
[]
)
:
(
FluentBundle
|
null
)
[]
Parameters
bundles:
Iterable
<
FluentBundle
>
ids:
string
Returns
FluentBundle
|
null
Parameters
bundles:
Iterable
<
FluentBundle
>
ids:
string
[]
Returns
(
FluentBundle
|
null
)
[]
Exports
map
Bundle
Async
map
Bundle
Sync