Skip to main content
Module

x/deno_doc/types.d.ts>FunctionDef

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

Properties

params: ParamDef[]
optional
returnType: TsTypeDef
optional
hasBody: boolean
isAsync: boolean
isGenerator: boolean
typeParams: TsTypeParamDef[]
optional
decorators: DecoratorDef[]