UNPKG

authrix

Version:

Lightweight, flexible authentication library for Node.js and TypeScript.

8 lines (5 loc) 305 B
import { A as AuthDbAdapter } from '../db-BIgxMgj8.js'; declare function resetPostgreSQLConnection(): void; declare function initializePostgreSQLTables(): Promise<void>; declare const postgresqlAdapter: AuthDbAdapter; export { initializePostgreSQLTables, postgresqlAdapter, resetPostgreSQLConnection };