UNPKG
pgsql-deparser
Version:
latest (17.17.2)
pg13 (13.19.1)
pg14 (14.1.1)
pg15 (15.1.1)
pg16 (16.1.1)
pg17 (17.17.2)
17.17.2
17.17.1
17.17.0
17.16.0
17.15.2
17.15.1
17.15.0
17.14.0
17.13.0
17.12.2
17.12.1
17.12.0
17.11.1
17.10.0
17.9.1
17.9.0
17.8.5
17.8.4
17.8.3
17.8.2
17.8.1
17.8.0
17.7.2
17.7.1
17.7.0
17.6.2
17.6.1
17.6.0
17.5.0
17.4.2
17.4.1
17.4.0
17.1.0
16.1.1
16.1.0
16.0.0
15.1.1
15.1.0
15.0.0
14.1.1
14.1.0
14.0.1
14.0.0
13.19.1
13.19.0
13.18.0
13.16.0
13.15.0
13.14.0
13.13.0
13.12.0
13.11.0
13.10.0
13.9.0
13.8.1
13.8.0
13.7.4
13.7.3
13.7.2
13.7.1
13.7.0
13.6.3
13.6.2
13.6.1
13.6.0
13.5.0
13.4.0
13.3.15
13.3.14
13.3.13
13.3.12
13.3.11
13.3.10
13.3.9
13.3.8
13.3.7
13.3.6
13.3.5
13.3.4
13.3.3
13.3.2
13.3.1
13.3.0
13.2.0
13.1.13
13.1.12
13.1.11
13.1.10
13.1.9
13.1.8
13.1.7
13.1.6
13.1.5
13.1.4
13.1.3
13.1.2
13.1.1
13.1.0
13.0.5
13.0.4
13.0.3
13.0.2
13.0.1
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.8.7
PostgreSQL AST Deparser
github.com/launchql/pgsql-parser
launchql/pgsql-parser
pgsql-deparser
/
utils
/
list-utils.d.ts
5 lines
(4 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
ListUtils
{
static
unwrapList
(
obj
:
any
):
any
[];
static
formatList
(
items
:
any
[],
separator
:
string
,
prefix
:
string
,
formatter
:
(
item
:
any
) =>
string
):
string
; }