nehonix-uri-processor
Version:
A powerful URI processor for encoding, decoding, and analyzing URI data securely.
11 lines • 445 B
TypeScript
import { SecurityDatabaseAdapterType } from "../../types/types.express.middleware";
/**
* Example PostgreSQL database adapter implementation
*/
declare function createPostgresSecurityAdapter(connectionString: string): Promise<SecurityDatabaseAdapterType>;
/**
* Example usage:
*/
declare function setupSecurityDatabase(): Promise<void>;
export { createPostgresSecurityAdapter, setupSecurityDatabase };
//# sourceMappingURL=b.private.d.ts.map