UNPKG

@yawetse/pkgcloud

Version:

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

9 lines (8 loc) 278 B
/* * index.js: Top-level include for pkgcloud `base` module from which all pkgcloud objects inherit. * * (C) 2011 Charlie Robbins, Ken Perkins, Ross Kukulinski & the Contributors. * */ exports.Client = require('./client').Client; exports.Model = require('./model').Model;