Skip to content

@ralphschuler.parser combinator.parser.<internal>

github-actions edited this page Nov 26, 2023 · 1 revision

Module: <internal>

Table of contents

Interfaces

Type Aliases

Type Aliases

IteratorResult

Ƭ IteratorResult<T, TReturn>: IteratorYieldResult<T> | IteratorReturnResult<TReturn>

Type parameters

Name Type
T T
TReturn any

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:39


StateTransformerFunction

Ƭ StateTransformerFunction<T, E, D>: (state: ParserState<any, any, any>) => ParserState<T, E, D>

Type parameters

Name Type
T T
E any
D any

Type declaration

▸ (state): ParserState<T, E, D>

Parameters
Name Type
state ParserState<any, any, any>
Returns

ParserState<T, E, D>

Defined in

packages/parser-combinator/src/parser.ts:57

Typescript Libraries

Modules

Namespaces

Clone this wiki locally