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