Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/apex_core/ast/mod.ts>MapType

JavaScript / Node.js support for the Apex language
Latest
class MapType
implements Type
extends AbstractNode
import { MapType } from "https://deno.land/x/apex_core@v0.1.5/ast/mod.ts";

Constructors

new
MapType(
loc: Location | undefined,
keyType: Type,
valueType: Type,
)

Properties

keyType: Type
valueType: Type

Methods

string(): string