UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

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