Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = unknown

Hierarchy

Implements

Index

Constructors

Properties

assembler: default<unknown>

Instance of a token assembler

isChecked: boolean = false

True if the streamed structure is already checked

level: number = 1

Actual depth of the streamed structure

Methods

  • checkToken(token: Token): boolean
  • processToken(chunk: Token): Generator<T, any, unknown>
  • push(): Generator<T, any, unknown>