UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

4 lines (3 loc) 239 B
import { type Project } from "ts-morph"; import type { FoundDeclaration } from "./extract-declarations.js"; export declare function ambientModulesDeclarations(containerName: string, project: Project, pkgName?: string): FoundDeclaration[];