Skip to main content
Module

x/live/mod.ts>IntrospectParams

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface IntrospectParams
import { type IntrospectParams } from "https://deno.land/x/live@1.60.17/mod.ts";

Properties

optional
includeReturn: boolean | string[] | ((ts: TsType) => TsType | undefined)
optional
funcNames: string[]