UNPKG

@xompass/pkgcloud

Version:

A provider agnostic cloud library for Node.js

10 lines (8 loc) 240 B
/** * Created by Ali Bazlamit on 8/28/2017. */ exports.Client = require('./client').Client; exports.Snapshot = require('./snapshot').Snapshot; exports.createClient = function (options) { return new exports.Client(options); };