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
/
plsql
/
plsql.keywords.d.ts
3 lines
(2 loc)
•
85 B
TypeScript
View Raw
1
2
3
export
declare
const
keywords
:
string
[];
export
declare
const
dataTypes
:
string
[];