UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

4 lines (3 loc) 167 B
import type ts from "typescript"; import type { Context } from "../context.js"; export declare function convertIndexSignatures(context: Context, type: ts.Type): void;