UNPKG

flowgen

Version:

Generate flowtype definition files from TypeScript

4 lines (3 loc) 234 B
import * as ts from "typescript"; export declare function renames(symbol: ts.Symbol | void, type: ts.TypeReferenceNode | ts.ImportSpecifier): boolean; export declare function getLeftMostEntityName(type: ts.EntityName): ts.Identifier;