UNPKG

imagenarium

Version:

Use to optimize, handler formats and crop images

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