UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

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