mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 16:59:30 +08:00
7 lines
162 B
Text
7 lines
162 B
Text
'use strict';
|
|
|
|
var hasSymbols = require('has-symbols/shams');
|
|
|
|
module.exports = function hasToStringTagShams() {
|
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
};
|