Skip to content

Commit

Permalink
Formatting in globals.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Apr 15, 2019
1 parent a4adfd2 commit 4836486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions globals.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module '*.json' {
const value: any;
export default value;
}
const value: any
export default value
}

0 comments on commit 4836486

Please sign in to comment.