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

x/ogone/src/ogone.main.d.ts>TypedExpressions

Advanced Web Composition for Future
Latest
interface TypedExpressions
import { type TypedExpressions } from "https://deno.land/x/ogone@revb3/src/ogone.main.d.ts";

Properties

blocks: MapIndexable
parentheses: MapIndexable
setters: MapIndexable
imports: { [k: string]: ImportDescription; }
exports: { [k: string]: { key: string; member: boolean; default: boolean; defaultName: string | null; members: ({ name: string; alias: string; })[]; path: string; type:
| "object"
| "class"
| "function"
| "interface"
| "namespace"
| "type"
| "all"
| "member"
| "default"
; value: string; }; }
require: string[]
use: { [k: string]: { [s: string]: null | string | string[]; }; }
properties: ([string, string[]])[]
data: { }
switch: { before: { each: null | string; cases: MapIndexable; }; cases: string[]; default: boolean; }
reflections: string[]
optional
protocol: string