From 4bd44973da83162931609e4cf686fae41bb20584 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 5 Jun 2020 13:13:54 -0600 Subject: [PATCH] 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 <485061+NiGhTTraX@users.noreply.github.com> * Update package.json Co-authored-by: Andrei Picus <485061+NiGhTTraX@users.noreply.github.com> --- package.json | 1 + pure.d.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 pure.d.ts diff --git a/package.json b/package.json index 9bf9b277..9c62dcf6 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "dist", "dont-cleanup-after-each.js", "pure.js", + "pure.d.ts", "types" ], "keywords": [ diff --git a/pure.d.ts b/pure.d.ts new file mode 100644 index 00000000..c3cc4e69 --- /dev/null +++ b/pure.d.ts @@ -0,0 +1 @@ +export * from './types/pure'