UNPKG
@xompass/pkgcloud
Version:
latest (2.4.5)
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
A provider agnostic cloud library for Node.js
github.com/xompass/pkgcloud
xompass/pkgcloud
@xompass/pkgcloud
/
lib
/
pkgcloud
/
google
/
index.js
9 lines
(7 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* * index.js: Top-level include for the Google Cloud Storage module. * * (C) 2012 Charlie Robbins, Ken Perkins, Ross Kukulinski & the Contributors. * */
exports
.
storage
=
require
(
'./storage'
);