UNPKG
@tryghost/gcs-adapter
Version:
latest (2.0.1)
rc (2.0.2-rc.1)
2.0.2-rc.1
2.0.1
2.0.0
1.0.2
Ghost GCS Storage Adapter
github.com/tryghost/ghost-gcs-adapter
tryghost/ghost-gcs-adapter
@tryghost/gcs-adapter
/
dist
/
cjs
/
index.cjs
6 lines
(2 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
6
var
adapter
=
require(
'./lib/adapter.cjs'
);
module
.
exports
= adapter.GCSAdapter;