@kayahr/edsm
Preparing search index...
parseCodexJSON
Function parseCodexJSON
parseCodexJSON
(
stream
:
AsyncIterable
<
Uint8Array
<
ArrayBufferLike
>
>
,
)
:
AsyncIterable
<
Codex
>
Parses codices from the given JSON stream.
Parameters
stream
:
AsyncIterable
<
Uint8Array
<
ArrayBufferLike
>
>
The JSON input stream.
Returns
AsyncIterable
<
Codex
>
Stream of codices.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@kayahr/edsm
Loading...
Parses codices from the given JSON stream.