UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

3 lines (2 loc) 175 B
import type { AllExtractedDeclarationKind } from "./types.js"; export declare function formatSignature(kind: AllExtractedDeclarationKind, signature: string): Promise<string>;