UNPKG
pg-range
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.2
node-postgres plugin to parse range columns
github.com/WhoopInc/node-pg-range
WhoopInc/node-pg-range
pg-range
/
index.js
8 lines
(6 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
Range
=
require
(
"./lib/range"
);
var
parser =
require
(
"./lib/parser"
);
module
.
exports
= {
Range
:
Range
,
install
: parser.
install
};