Skip to content

Commit

Permalink
fix(index.js.flow): fix error in flow types
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Nov 29, 2017
1 parent 26cdc2c commit ae24fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export type Options = {
noExport?: boolean,
}

declare function defaultEnv(envFiles: Array<string>, options: Options): {[varname: string]: string};
declare function defaultEnv(envFiles: Array<string>, options?: Options): {[varname: string]: string};
declare module.exports: typeof defaultEnv;

0 comments on commit ae24fe7

Please sign in to comment.