UNPKG

ts-code-info

Version:
8 lines (6 loc) 168 B
import { parse } from './index'; const funcs = parse([ './parsers.d.ts' ]) .files['parsers.d.ts'] .functions .map(f => f.name); console.log(funcs);