Skip to content

Commit

Permalink
Add Flow entry file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vicapow committed Mar 4, 2019
1 parent ef9f75e commit d9fe717
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/flow-entry.js
Expand Up @@ -3,4 +3,11 @@
// This file is copied to lib during build to support Flow
// coverage when used as a dependency.

export * from '../src/main/index';
import _convert, {
ThriftFileConverter as _ThriftFileConverter,
} from '../src/main/index';

type number = string;

export default _convert;
export const ThriftFileConverter = _ThriftFileConverter;

0 comments on commit d9fe717

Please sign in to comment.