authrix
Version:
Lightweight, flexible authentication library for Node.js and TypeScript.
8 lines (5 loc) • 306 B
text/typescript
import { A as AuthDbAdapter } from '../db-R-GJxQGc.cjs';
declare function resetPostgreSQLConnection(): void;
declare function initializePostgreSQLTables(): Promise<void>;
declare const postgresqlAdapter: AuthDbAdapter;
export { initializePostgreSQLTables, postgresqlAdapter, resetPostgreSQLConnection };