UNPKG

pkgcloud

Version:

An infrastructure-as-a-service agnostic cloud library for node.js

9 lines (8 loc) 218 B
/* * index.js: Top-level include from which all pkgcloud storage models inherit. * * (C) 2011 Nodejitsu Inc. * */ exports.File = require('./file').File; exports.Container = require('./container').Container;