UNPKG

@yawetse/pkgcloud

Version:

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

11 lines (10 loc) 229 B
/* * index.js: Top-level include from which all pkgcloud dns models inherit. * * (C) 2013 Rackspace * Ken Perkins * MIT LICENSE * */ exports.Record = require('./record').Record; exports.Zone = require('./zone').Zone;