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
/
core
/
loadbalancer
/
index.js
11 lines
(10 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* * 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
;