UNPKG
sql-formatter-ast2
Version:
latest (15.6.5)
15.6.5
Format whitespace in a SQL query to make it more readable
sql-formatter-ast2
/
dist
/
esm
/
languages
/
postgresql
/
postgresql.formatter.d.ts
3 lines
(2 loc)
•
102 B
TypeScript
View Raw
1
2
3
import
{
DialectOptions
}
from
'../../dialect.js'
;
export
declare
const
postgresql
:
DialectOptions
;