Skip to content

Commit

Permalink
feat: 🎸 add ambient TypeScript files for all build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Nov 30, 2019
1 parent a33d49a commit f0e3dc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions es6/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const equal: (a: any, b: any) => boolean;
export = equal;
2 changes: 2 additions & 0 deletions es6/react.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const equal: (a: any, b: any) => boolean;
export = equal;
2 changes: 2 additions & 0 deletions react.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const equal: (a: any, b: any) => boolean;
export = equal;

0 comments on commit f0e3dc1

Please sign in to comment.