@proofkit/better-auth
Version:
FileMaker adapter for Better Auth
9 lines (8 loc) • 305 B
TypeScript
import { BetterAuthOptions } from 'better-auth';
declare let possiblePaths: string[];
export declare function getConfig({ cwd, configPath, shouldThrowOnError, }: {
cwd: string;
configPath?: string;
shouldThrowOnError?: boolean;
}): Promise<BetterAuthOptions | null>;
export { possiblePaths };