UNPKG
sedk-postgres
Version:
latest (0.15.1)
next (0.15.2-next.1)
0.15.2-next.1
0.15.2-next.0
0.15.1
0.15.1-next.1
0.15.1-next.0
0.15.0
0.15.0-next.8
0.15.0-next.7
0.15.0-next.6
0.15.0-next.5
0.15.0-next.4
0.15.0-next.3
0.15.0-next.2
0.15.0-next.1
0.15.0-next.0
0.14.1
0.14.1-next.1
0.14.1-next.0
0.14.0
0.14.0-next.4
0.14.0-next.3
0.14.0-next.2
0.14.0-next.1
0.14.0-next.0
0.13.1
0.13.1-next.0
0.13.0
0.13.0-next.6
0.13.0-next.5
0.13.0-next.4
0.13.0-next.3
0.13.0-2
0.13.0-1
0.13.0-0
0.12.1
0.12.0
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.1
0.11.0
0.10.1
0.10.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.9
0.4.8
0.4.7
0.4.6
Simple SQL builder and validator
github.com/amerharb/sedk
amerharb/sedk
sedk-postgres
/
dist
/
src
/
ItemInfo.js
11 lines
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ItemInfo
=
void
0
;
class
ItemInfo
{
constructor
(
alias
) {
this
.
alias
= alias;
this
.
unique
=
Symbol
(); } }
exports
.
ItemInfo
=
ItemInfo
;
//# sourceMappingURL=ItemInfo.js.map