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

x/apex_core/ast/definitions.ts>Annotated

JavaScript / Node.js support for the Apex language
Latest
interface Annotated
import { type Annotated } from "https://deno.land/x/apex_core@v0.1.5/ast/definitions.ts";

Methods

annotation(name: string, callback?: (annotation: Annotation) => void): Annotation | undefined