UNPKG

pkgcloud

Version:

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

9 lines (8 loc) 228 B
/* * index.js: Top-level include for pkgcloud `base` module from which all pkgcloud objects inherit. * * (C) 2011 Nodejitsu Inc. * */ exports.Client = require('./client').Client; exports.Model = require('./model').Model;