]> git.r.bdr.sh - rbdr/dotfiles/blob
beeba2cb4fa23f92570effec8df672e04b22693f
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function (x) {
4 return (x && ((typeof x === 'symbol') || (x['@@toStringTag'] === 'Symbol'))) || false;
5 };