Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4bd4497

Browse files
kentcdoddsNiGhTTraX
andauthoredJun 5, 2020
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './types/pure'

0 commit comments

Comments
 (0)
Please sign in to comment.