UNPKG

flowgen

Version:

Generate flowtype definition files from TypeScript

7 lines (6 loc) 214 B
declare type IdentifierResult = string | ((...args: any[]) => any); export declare const print: { (args_0: string): IdentifierResult; withEnv<T>(env: T): (args_0: string) => IdentifierResult; }; export {};