Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pbkit/core/ast/extensions-and-reserved.ts>Range

Protobuf toolkit for modern web development
Go to Latest
interface Range
implements Span
import { type Range } from "https://deno.land/x/pbkit@v0.0.60/core/ast/extensions-and-reserved.ts";

Properties

type: "range"
rangeStart: SignedIntLit
optional
to: Keyword
optional
rangeEnd: SignedIntLit | Max