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
/
index.d.ts
3 lines
(2 loc)
•
152 B
TypeScript
View Raw
1
2
3
import
{
Options
}
from
'./entities'
;
export
declare
const
query
: <T>
(
bucket
:
string
,
key
:
string
,
expression
:
string
,
opts
?:
Options
) =>
Promise
<T[]>;