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
/
cjs
/
languages
/
tidb
/
tidb.formatter.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
import
{
DialectOptions
}
from
'../../dialect.js'
;
export
declare
const
tidb
:
DialectOptions
;