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

8 lines (7 loc) 165 B
import { Options } from './types'; interface Result { name: string; path: string; } export declare function listInterfaces(o: Options): Result[]; export {};