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