@tanstack/db
Version:
A reactive client store for building super fast apps on sync
8 lines (7 loc) • 317 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
function isPromiseLike(value) {
return !!value && (typeof value === `object` || typeof value === `function`) && typeof value.then === `function`;
}
exports.isPromiseLike = isPromiseLike;
//# sourceMappingURL=type-guards.cjs.map