Skip to content

Commit

Permalink
Adds typedefs for pure (#1516)
Browse files Browse the repository at this point in the history
* Adds typedefs for pure
* chore: add new line
  • Loading branch information
chriserickson committed Oct 30, 2023
1 parent 3af4b8c commit a6c078c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -29,6 +29,7 @@
"jest-preset/",
"typings/index.flow.js",
"pure.js",
"pure.d.ts",
"dont-cleanup-after-each.js"
],
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions pure.d.ts
@@ -0,0 +1 @@
export * from './build/pure';

0 comments on commit a6c078c

Please sign in to comment.