Skip to main content
Module

x/apex_core/index.ts>ast.ObjectMap

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

Type Parameters

optional
T = any
definition: { [key: string]: T; }