UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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