Sha256: 4780e93025debf8a7c2533cfccef7cc716d0deedcdf66b36d8321c0f1edb5d46
Contents?: true
Size: 169 Bytes
Versions: 27
Compression:
Stored size: 169 Bytes
Contents
'use strict'; var hasSymbols = require('has-symbols'); module.exports = function hasToStringTag() { return hasSymbols() && typeof Symbol.toStringTag === 'symbol'; };
Version data entries
27 entries across 27 versions & 2 rubygems