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

3 lines (2 loc) 114 B
import { Options, Result } from './types'; export declare function extractMemberSignatures(o: Options): Result[];