UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

4 lines (3 loc) 261 B
import { ModuleDeclaration, SourceFile } from "ts-morph"; import type { FoundDeclaration } from "./extract-declarations.js"; export declare function exportEqualsDeclarations(containerName: string, container: SourceFile | ModuleDeclaration): FoundDeclaration[];