UNPKG

@irwinproject/storybook-addon-tsdoc

Version:
4 lines (3 loc) 138 B
import { Node } from "ts-morph"; import { Nodely } from "./types"; export declare function traverse(...nodes: Nodely[]): Generator<Node>;