Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
budiadiono committed Feb 6, 2017
1 parent f4f0bef commit cdc68a4
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, V> { }
interface WeakMap<K extends object, V> { }
}

0 comments on commit cdc68a4

Please sign in to comment.