UNPKG
crawfishcloud
Version:
latest (0.8.3)
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
A Streaming S3 Bucket Glob Crawler
ericdmoore.github.io/crawfishcloud
ericdmoore/crawfishcloud
crawfishcloud
/
build
/
cjs
/
crawfishcloud.d.ts
9 lines
(8 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
*
as
k
from
'./types'
;
export
declare
const
crawler
:
(
input
: { s3c: k.S3; body?:
boolean
; maxkeys?:
number
; }, ...
filters
:
string
[]
) =>
k.
CrawfishCloudReturnNoProto
;
declare
const
_default
: k.
CrawfishCloud
;
export
default
_default;