has-tostringtag 
Determine if the JS environment has Symbol.toStringTag support. Supports spec, or shams.
Example
1 | var hasSymbolToStringTag = require('has-tostringtag'); |
Supported Symbol shams
Tests
Simply clone the repo, npm install, and run npm test
