/** *
*

An official PostgreSQL adapter for Auth.js / NextAuth.js.

* * * *
* * ## Installation * * ```bash npm2yarn * npm install next-auth @auth/neon-adapter * ``` * * @module @auth/neon-adapter */ import type { Adapter } from "@auth/core/adapters"; import type { Pool } from "@neondatabase/serverless"; export default function NeonAdapter(client: Pool): Adapter; //# sourceMappingURL=index.d.ts.map