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
/
validateConfig.d.ts
5 lines
(4 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
import
{
FormatOptions
}
from
'./FormatOptions.js'
;
export
declare
class
ConfigError
extends
Error
{ }
export
declare
function
validateConfig
(
cfg
:
FormatOptions
):
FormatOptions
;