blob: 5114f67c30dacd18057aca23676c88b7471015d8 [file] [log] [blame]
import { isFunction } from "./isFunction";
export function isPromise(value) {
return isFunction(value === null || value === void 0 ? void 0 : value.then);
}
//# sourceMappingURL=isPromise.js.map