UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

8 lines (7 loc) 218 B
function isPromiseLike(value) { return !!value && (typeof value === `object` || typeof value === `function`) && typeof value.then === `function`; } export { isPromiseLike }; //# sourceMappingURL=type-guards.js.map