/opt/canhelp/node_modules/better-auth/dist/client
Edit: /opt/canhelp/node_modules/better-auth/dist/client/index.mjs (800B)
import { getGlobalBroadcastChannel, kBroadcastChannel } from "./broadcast-channel.mjs";
import { kFocusManager } from "./focus-manager.mjs";
import { kOnlineManager } from "./online-manager.mjs";
import { parseJSON } from "./parser.mjs";
import { useAuthQuery } from "./query.mjs";
import { createSessionRefreshManager } from "./session-refresh.mjs";
import { createAuthClient } from "./vanilla.mjs";
//#region src/client/index.ts
const InferPlugin = () => {
return {
id: "infer-server-plugin",
$InferServerPlugin: {}
};
};
function InferAuth() {
return {};
}
//#endregion
export { InferAuth, InferPlugin, createAuthClient, createSessionRefreshManager, getGlobalBroadcastChannel, kBroadcastChannel, kFocusManager, kOnlineManager, parseJSON, useAuthQuery };
//# sourceMappingURL=index.mjs.map