PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es6-weak-map
"use strict"; var toStringTagSymbol = require("es6-symbol").toStringTag , objToString = Object.prototype.toString , id = "[object WeakMap]" , Global = typeof WeakMap === "undefined" ? null : WeakMap; module.exports = function (value) { return (value && ((Global && (value instanceof Global)) || (objToString.call(value) === id) || (value[toStringTagSymbol] === "WeakMap"))) || false; };
[-] CHANGES
[edit]
[-] is-implemented.js
[edit]
[+]
..
[-] package.json
[edit]
[-] polyfill.js
[edit]
[-] is-weak-map.js
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] README.md
[edit]
[-] valid-weak-map.js
[edit]
[-] is-native-implemented.js
[edit]
[-] implement.js
[edit]
[+]
test
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]