UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

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