/opt/canhelp/node_modules/better-auth/dist/utils
Edit: /opt/canhelp/node_modules/better-auth/dist/utils/is-atom.mjs (282B)
//#region src/utils/is-atom.ts
function isAtom(value) {
return typeof value === "object" && value !== null && "get" in value && typeof value.get === "function" && "lc" in value && typeof value.lc === "number";
}
//#endregion
export { isAtom };
//# sourceMappingURL=is-atom.mjs.map