UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

3 lines (2 loc) 150 B
import { Node, type ExportedDeclarations } from "ts-morph"; export declare function isExportedDeclarations(node: Node): node is ExportedDeclarations;