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