tuil
ReferencePackages@mwillbanks/tuil-codeAPI

CodeSpan

interface exported by @mwillbanks/tuil-code.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-code.

export interface CodeSpan {
  readonly start: number;
  readonly end: number;
  readonly kind: string;
}

Members

MemberTypeRequiredDescriptionRelated types
startnumberYesThe start member uses the number contract.
endnumberYesThe end member uses the number contract.
kindstringYesThe kind member uses the string 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-code

On this page