UNPKG

react-saasify-chrisvxd

Version:

React components for Saasify web clients.

7 lines (6 loc) 208 B
// Allow the user to customize the Promise type returned by this library. var mypromise = global.Promise; module.exports = function getOrSetPromise(p) { if (p) { mypromise = p; } return mypromise; };