Skip to main content
Module

x/deno_doc/types.d.ts>TsFnOrConstructorDef

Documentation generator for Deno
Go to Latest
interface TsFnOrConstructorDef
import { type TsFnOrConstructorDef } from "https://deno.land/x/deno_doc@0.102.0/types.d.ts";

Properties

constructor: boolean
tsType: TsTypeDef
params: ParamDef[]
typeParams: TsTypeParamDef[]