UNPKG
postgres-array
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Parse postgres array columns
github.com/bendrucker/postgres-array
bendrucker/postgres-array
postgres-array
/
index.d.ts
5 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
export
function
parse
(
source
:
string
):
string
[];
export
function
parse<T>(
source
:
string
,
transform
:
(
value
:
string
) =>
T): T[];