UNPKG

flowgen

Version:

Generate flowtype definition files from TypeScript

5 lines (4 loc) 182 B
/** * Takes a path and some content and performs a write call. Simple. */ export default function exportDefault(fileName: string, output: string, _index: number): Promise<string>;