Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fast-deep-equal/es6/react.d.ts')
-rw-r--r--node_modules/fast-deep-equal/es6/react.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/fast-deep-equal/es6/react.d.ts b/node_modules/fast-deep-equal/es6/react.d.ts
new file mode 100644
index 000000000..c7eb9c796
--- /dev/null
+++ b/node_modules/fast-deep-equal/es6/react.d.ts
@@ -0,0 +1,2 @@
+declare const equal: (a: any, b: any) => boolean;
+export = equal;