UNPKG

@plq/use-persisted-state

Version:
10 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isPromise(value) { return !!value && (Object.prototype.toString.call(value) === '[object Promise]' || typeof value === 'function') && typeof value.then === 'function'; } exports.default = isPromise; //# sourceMappingURL=is-promise.js.map