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

x/deco/deps.ts>TsEnumDeclaration

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface TsEnumDeclaration
implements Node, HasSpan
import { type TsEnumDeclaration } from "https://deno.land/x/deco@1.75.1/deps.ts";

Properties

type: "TsEnumDeclaration"
declare: boolean
isConst: boolean
members: TsEnumMember[]