let isMap=value=>{try{return"[object Map]"===Object.prototype.toString.call(value)}catch{return!1}};exports.isMap=isMap;