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
/
es
/
index.js
6 lines
(5 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
import
crawler
from
'./crawfishcloud'
;
export
{ asVfile, asVinyl, asS3 }
from
'./exporters'
;
export
{ crawler }
from
'./crawfishcloud'
;
export
*
as
crawfishTypes
from
'./types'
;
export
default
crawler;