Merge pull request #8274 from chrootsu/lodash-isMap

lodash: fixed _.isMap
This commit is contained in:
Masahiro Wakame
2016-02-29 21:54:57 +09:00
+3
View File
@@ -18284,3 +18284,6 @@ declare module _ {
declare module "lodash" {
export = _;
}
// Backward compatibility with --target es5
interface Map<K, V> {}