mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #8274 from chrootsu/lodash-isMap
lodash: fixed _.isMap
This commit is contained in:
Vendored
+3
@@ -18284,3 +18284,6 @@ declare module _ {
|
||||
declare module "lodash" {
|
||||
export = _;
|
||||
}
|
||||
|
||||
// Backward compatibility with --target es5
|
||||
interface Map<K, V> {}
|
||||
|
||||
Reference in New Issue
Block a user