UNPKG

bloom-layout

Version:
6 lines (3 loc) 166 B
// Exports true if environment provides native `Symbol` implementation 'use strict'; module.exports = typeof Symbol === 'function' && typeof Symbol() === 'symbol';