@jsdocs-io/extractor
Version:
The API extractor for npm packages powering jsdocs.io
4 lines (3 loc) • 306 B
TypeScript
import { ModuleDeclaration } from "ts-morph";
import type { ExtractedDeclaration, ExtractedNamespace } from "./types.js";
export declare function extractNamespace(containerName: string, exportName: string, declaration: ModuleDeclaration, declarations: ExtractedDeclaration[]): Promise<ExtractedNamespace>;