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

8 lines (5 loc) 165 B
"use strict"; var numIsNaN = require("../number/is-nan"); module.exports = function (val1, val2) { return val1 === val2 || (numIsNaN(val1) && numIsNaN(val2)); };