summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/index.d.ts
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2020-12-08 18:26:25 -0500
committerMyles Borins <mylesborins@github.com>2020-12-10 13:08:42 -0500
commit76ea9c5a7a5e3ec15eff91c69dd33b632bcc1837 (patch)
treef88a68406e38932cc5b3eadeb257a2e95c9b3965 /deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/index.d.ts
parent637d0850ef5c199d755a7febdde2b3c13c6285b4 (diff)
downloadnode-new-76ea9c5a7a5e3ec15eff91c69dd33b632bcc1837.tar.gz
deps: upgrade npm to 6.14.9
PR-URL: https://github.com/nodejs/node/pull/36450 Fixes: https://github.com/docs Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/index.d.ts')
-rw-r--r--deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/index.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/index.d.ts b/deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/index.d.ts
new file mode 100644
index 0000000000..3c042caa7d
--- /dev/null
+++ b/deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/index.d.ts
@@ -0,0 +1,4 @@
+declare module 'fast-deep-equal' {
+ const equal: (a: any, b: any) => boolean;
+ export = equal;
+}