Skip to main content
Module

x/blocks/mod.ts>IntrospectParams

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

Properties

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