frontend/.pnpm-store/v3/files/c6/746a5755d05e8cf77ff31702c36b19d583ebd0120a833b22e3c35e1418e7aea43e7c704acc392a443242c83c013dc3cc610b0112f2e5799db2f1d105d36070

5 lines
198 B
Plaintext

import { isFunction } from "./isFunction";
export function isPromise(value) {
return isFunction(value === null || value === void 0 ? void 0 : value.then);
}
//# sourceMappingURL=isPromise.js.map