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

9 lines (7 loc) 247 B
"use strict"; module.exports = function () { var isSafeInteger = Number.isSafeInteger; if (typeof isSafeInteger !== "function") return false; return !isSafeInteger("23") && isSafeInteger(34232322323) && !isSafeInteger(9007199254740992); };