UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

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