Skip to content

IncludeRange

ts
type IncludeRange = object;

Defined in: include.ts:12

Range of lines to include

Since

1.0.0

Author

Simon Kovtyk

Properties

from?

ts
optional from: number;

Defined in: include.ts:19

Starting line of the range

Since

1.0.0

Author

Simon Kovtyk


to?

ts
optional to: number;

Defined in: include.ts:26

Ending line of the range

Since

1.0.0

Author

Simon Kovtyk