Envelope Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
Span
Interface Span
Span represents a range in the source input.
interface
Span
{
start
:
number
;
end
:
number
;
}
Index
Properties
start
end
Properties
Readonly
start
start
:
number
Readonly
end
end
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start
end
Envelope Pattern TypeScript - v1.0.0-alpha.20
Loading...
Span represents a range in the source input.