Skip to content

Commit

Permalink
Merge pull request #5 from audiolion/feature/typescript-types
Browse files Browse the repository at this point in the history
(feature) Add ts definition file
  • Loading branch information
Zach Silveira authored Dec 27, 2018
2 parents 1a58001 + a24b1f0 commit 1a11472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module "graphql-tag.macro" {
export default function gql(literals: any, ...placeholders: any[]): any;
}

0 comments on commit 1a11472

Please sign in to comment.