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

github.com/austingebauer/devise.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/index.d.ts')
-rw-r--r--node_modules/fast-deep-equal/es6/index.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/fast-deep-equal/es6/index.d.ts b/node_modules/fast-deep-equal/es6/index.d.ts
new file mode 100644
index 0000000..0fc8d3b
--- /dev/null
+++ b/node_modules/fast-deep-equal/es6/index.d.ts
@@ -0,0 +1,2 @@
+const equal: (a: any, b: any) => boolean;
+export = equal;