From 20014b06cb2eab1876abd29d7f51a97ada04ab90 Mon Sep 17 00:00:00 2001 From: felipe Date: Tue, 7 Mar 2017 13:52:54 +0100 Subject: [PATCH] fix TS WeakMap complaints See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14324 Closes #3 --- ts/typings/lodash/lodash.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/typings/lodash/lodash.d.ts b/ts/typings/lodash/lodash.d.ts index 790107369d..6d0e85d774 100644 --- a/ts/typings/lodash/lodash.d.ts +++ b/ts/typings/lodash/lodash.d.ts @@ -19169,4 +19169,4 @@ declare module "lodash" { interface Set {} interface Map {} interface WeakSet {} -interface WeakMap {} +// interface WeakMap {}