UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

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";