TenantAtlas/apps/platform/.pnpm-store/v10/files/c6/746a5755d05e8cf77ff31702c36b19d583ebd0120a833b22e3c35e1418e7aea43e7c704acc392a443242c83c013dc3cc610b0112f2e5799db2f1d105d36070
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

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