UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

9 lines (6 loc) 196 B
'use strict'; var hasSymbols = require('has-symbols'); /** @type {import('.')} */ module.exports = function hasToStringTag() { return hasSymbols() && typeof Symbol.toStringTag === 'symbol'; };