UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

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