From f0e3dc1a90f20fc5b3db52a6587cd41921ab49a4 Mon Sep 17 00:00:00 2001 From: streamich Date: Sat, 30 Nov 2019 19:11:18 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20add=20ambient=20TypeScri?= =?UTF-8?q?pt=20files=20for=20all=20build=20artifacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- es6/index.d.ts | 2 ++ es6/react.d.ts | 2 ++ react.d.ts | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 es6/index.d.ts create mode 100644 es6/react.d.ts create mode 100644 react.d.ts diff --git a/es6/index.d.ts b/es6/index.d.ts new file mode 100644 index 0000000..0fc8d3b --- /dev/null +++ b/es6/index.d.ts @@ -0,0 +1,2 @@ +const equal: (a: any, b: any) => boolean; +export = equal; diff --git a/es6/react.d.ts b/es6/react.d.ts new file mode 100644 index 0000000..0fc8d3b --- /dev/null +++ b/es6/react.d.ts @@ -0,0 +1,2 @@ +const equal: (a: any, b: any) => boolean; +export = equal; diff --git a/react.d.ts b/react.d.ts new file mode 100644 index 0000000..0fc8d3b --- /dev/null +++ b/react.d.ts @@ -0,0 +1,2 @@ +const equal: (a: any, b: any) => boolean; +export = equal;