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

13 lines (11 loc) 213 B
"use strict"; module.exports = function (value) { try { value = Number(value); } catch (e) { return false; } if (isNaN(value)) return false; if (Math.abs(value) > 8.64e16) return false; return true; };