UNPKG

logic-rule

Version:
2 lines (1 loc) 149 B
export var isPromise = function (obj) { return !!obj && (typeof obj === "object" || typeof obj === "function") && typeof obj.then === "function"; };