UNPKG

typescript-member-signatures

Version:

Command line tool to extract given interface member signatures as JSON strings, recursively in the extends chain with the purpose of documentation

4 lines (3 loc) 132 B
import { Directory } from 'ts-morph'; import { Options } from './types'; export declare function getProject(o: Options): Directory;