UNPKG

authrix

Version:

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

11 lines (8 loc) 258 B
import { A as AuthDbAdapter } from '../db-BIgxMgj8.js'; declare const mongoAdapter: AuthDbAdapter; declare const mongoUtils: { disconnect(): Promise<void>; reset(): void; healthCheck(): Promise<boolean>; }; export { mongoAdapter, mongoUtils };