Skip to main content
Module

x/pbkit/core/ast/lexical-elements.ts>SignedIntLit

Protobuf toolkit for modern web development
Go to Latest
interface SignedIntLit
implements Span
import { type SignedIntLit } from "https://deno.land/x/pbkit@v0.0.61/core/ast/lexical-elements.ts";

Properties

type: "signed-int-lit"
optional
sign: Token
value: IntLit