fix TS WeakMap complaints
See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14324 Closes #3
This commit is contained in:
2
ts/typings/lodash/lodash.d.ts
vendored
2
ts/typings/lodash/lodash.d.ts
vendored
@ -19169,4 +19169,4 @@ declare module "lodash" {
|
|||||||
interface Set<T> {}
|
interface Set<T> {}
|
||||||
interface Map<K, V> {}
|
interface Map<K, V> {}
|
||||||
interface WeakSet<T> {}
|
interface WeakSet<T> {}
|
||||||
interface WeakMap<K, V> {}
|
// interface WeakMap<K, V> {}
|
||||||
|
Reference in New Issue
Block a user