UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

4 lines (3 loc) 293 B
import { SourceFile } from "ts-morph"; import type { ExtractedDeclaration, ExtractedNamespace } from "./types.js"; export declare function extractFileModule(containerName: string, exportName: string, declaration: SourceFile, declarations: ExtractedDeclaration[]): Promise<ExtractedNamespace>;