Skip to content

Commit 4bd4497

Browse files
fix(TS): add type defs file for pure (#696)
* fix(TS): add type defs file for pure Closes #695 * Update pure.d.ts Co-authored-by: Andrei Picus <[email protected]> * Update package.json Co-authored-by: Andrei Picus <[email protected]>
1 parent 499cc04 commit 4bd4497

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"dist",
2626
"dont-cleanup-after-each.js",
2727
"pure.js",
28+
"pure.d.ts",
2829
"types"
2930
],
3031
"keywords": [

pure.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './types/pure'

0 commit comments

Comments
 (0)