UNPKG

web_plsql

Version:

The Express Middleware for Oracle PL/SQL

6 lines (5 loc) 302 B
export function inspect(value: unknown, depth?: number | null): string; export function logToFile(text: string): void; export function inspectRequest(req: express.Request, simple?: boolean): string; export function getBlock(title: string, body: string): string; export function getTimestamp(): string;