Skip to content

Input.chunk method

Input › chunk

Unofficial

Get a chunk of input starting at the given position.

Signature:

chunk(from: number): string

Parameters:

Parameter Type Description
from number The start position.

Returns: stringThe chunk string.