UNPKG

generator-website-starter

Version:

A website generator using semantic markup, SASS, Gulp, Imagemin and Browser-sync

8 lines (4 loc) 215 B
// Exports true if environment provides native `Symbol` implementation "use strict"; var Symbol = require("ext/global-this").Symbol; module.exports = typeof Symbol === "function" && typeof Symbol() === "symbol";