Skip to content

Commit

Permalink
Merge pull request #2 from budiadiono/revert-1-patch-1
Browse files Browse the repository at this point in the history
Revert "lodash - change WeakMap declaration - fix DefinitelyTyped#14324"
  • Loading branch information
budiadiono committed Feb 6, 2017
2 parents 1ce5a82 + 3193983 commit 820211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodash/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19446,5 +19446,5 @@ declare global {
interface Set<T> { }
interface Map<K, V> { }
interface WeakSet<T> { }
interface WeakMap<K extends object, V> { }
interface WeakMap<K, V> { }
}

0 comments on commit 820211b

Please sign in to comment.