UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

4 lines (3 loc) 169 B
import { Node } from "ts-morph"; /** `docs` returns a list of unique JSDoc comments that are closest to the node. */ export declare function docs(node: Node): string[];