UNPKG
@launchql/core
Version:
latest (2.18.3)
2.18.3
2.18.2
2.18.1
2.18.0
2.17.8
2.17.7
2.17.6
2.17.5
2.17.4
2.17.3
2.17.2
2.17.1
2.17.0
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.5
2.14.4
2.14.3
2.14.2
2.14.1
2.14.0
2.13.0
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.7
2.11.6
2.11.5
2.11.4
2.11.3
2.11.2
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.0
2.1.20
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
LaunchQL Package and Migration Tools
github.com/launchql/launchql
launchql/launchql
@launchql/core
/
migrate
/
clean.d.ts
2 lines
(1 loc)
•
109 B
TypeScript
View Raw
1
2
export
declare
const
cleanSql
:
(
sql
:
string
,
pretty
:
boolean
,
functionDelimiter
:
string
) =>
Promise
<
string
>;