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

10 lines (7 loc) 253 B
"use strict"; var safeToString = require("../safe-to-string") , isThenable = require("./is-thenable"); module.exports = function (value) { if (!isThenable(value)) throw new TypeError(safeToString(value) + " is not a thenable"); return value; };