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