UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

4 lines (3 loc) 252 B
import { InterfaceDeclaration } from "ts-morph"; import type { ExtractedInterface } from "./types.js"; export declare function extractInterface(containerName: string, exportName: string, declaration: InterfaceDeclaration): Promise<ExtractedInterface>;