flow-execa
v0.2.1
Published
execute flow-bin
Downloads
16
Readme
flow-execa
flow execa
Install
$ npm install --save flow-execa
API
getFlowBin(cwd: string): string
return flow-bin path.
versionInfo(cwd: string): Promise<?Object>
typeAtPos(cwd: string, filePath: string, row: number, column: number): Promise<TypeInfo>
type TypeInfo = ?{ type: string }