UNPKG
s3-query-json
Version:
latest (2.0.0)
next (2.0.0-0)
2.0.0
2.0.0-0
1.1.0
1.0.1
1.0.0
1.0.0-3
1.0.0-2
1.0.0-1
1.0.0-0
0.0.1
0.0.1-0
0.0.0
Query (ND)JSON files on S3
github.com/SimonJang/s3-query-json
SimonJang/s3-query-json
s3-query-json
/
lib
/
entities
/
index.js
6 lines
(5 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
options_1 =
require
(
"./options"
);
exports
.
CompressionType
= options_1.
CompressionType
;
exports
.
DocumentType
= options_1.
DocumentType
;