Skip to main content
Module

x/apex_core/ast.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.ts";

Methods

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