UNPKG
@kohlarnhin/mcp-server-postgres
Version:
latest (1.0.0)
1.0.0
MCP server for interacting with PostgreSQL databases based on Node
@kohlarnhin/mcp-server-postgres
/
dist
/
utils
/
index.d.ts
4 lines
(3 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
type
LogType =
'info'
|
'error'
;
export
declare
function
log
(
type
?: LogType, ...args: any[]): void;
export
{};