tuil
ReferencePackages@mwillbanks/tuil-streamingAPI

SourceSpan

interface exported by @mwillbanks/tuil-streaming.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-streaming.

export interface SourceSpan {
  readonly start: number;
  readonly end: number;
}

Members

MemberTypeRequiredDescriptionRelated types
startnumberYesThe start member uses the number contract.
endnumberYesThe 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.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-streaming

On this page