Skip to content

PartialParse.stopAt method

PartialParse › stopAt

Unofficial

Tell the parse to stop at a given position.

Signature:

stopAt(pos: number): void

Parameters:

Parameter Type Description
pos number The position to stop at.

Returns: void