Skip to content

Commit

Permalink
chore(flow): sync type definitions with ts
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Feb 25, 2019
1 parent 3e03041 commit 434fa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export type TemplateStringsArray = $ReadOnlyArray<string>;
export const loader = (filePath: string): DocumentNode => ({}: DocumentNode);
export const gql = (
taggedTemplateLiteral: TemplateStringsArray,
...placeholders: any[]
...nodes: DocumentNode[]
): DocumentNode => ({}: DocumentNode);

0 comments on commit 434fa31

Please sign in to comment.