Skip to content

Parser.TakeSequence

Michael Poteat edited this page Feb 27, 2023 · 3 revisions

hkt-toolbelt / Parser / TakeSequence

Interface: TakeSequence

Parser.TakeSequence

Hierarchy

  • Kind

    TakeSequence

Properties

[_]

Readonly Abstract [_]: unknown

Inherited from

Kind.[_]

Defined in

kind/kind.ts:10

Methods

f

f(x): TakeSequence_T<(Parser | [Parser])[]>

Parameters

Name Type
x (Parser | [Parser])[]

Returns

TakeSequence_T<(Parser | [Parser])[]>

Overrides

Kind.Kind.f

Defined in

parser/take-sequence.ts:41

Clone this wiki locally