UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

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