UNPKG

@yawetse/pkgcloud

Version:

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

11 lines (10 loc) 256 B
/* * index.js: Top-level include from which all pkgcloud loadbalancer models inherit. * * (C) 2013 Rackspace * Ken Perkins * MIT LICENSE * */ exports.LoadBalancer = require('./loadbalancer').LoadBalancer; exports.Node = require('./node').Node;