Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / networking/src/public-api / ParserFunction

Type Alias: ParserFunction()<T>

ParserFunction<T> = (response) => AsyncIterable<T>

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:71

Parses a Response into an async iterable of values.

Type Parameters

T

T = any

Parameters

response

Response

Returns

AsyncIterable<T>

Released under the GNU AGPL v3 or later.