SourceSpan
interface exported by @mwillbanks/tuil-streaming.
interface
Public interface exported by @mwillbanks/tuil-streaming.
export interface SourceSpan {
readonly start: number;
readonly end: number;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
start | number | Yes | The start member uses the number contract. | — |
end | number | Yes | The end member uses the number contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference