Skip to main content
Module

x/apex_core/index.ts>ast.Annotated

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

Methods

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

Methods

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