Group exports

This commit is contained in:
Johannes Zellner
2016-09-16 10:59:17 +02:00
parent 83ed87a8eb
commit 96c8f96c52
3 changed files with 12 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
'use strict';
exports = module.exports = {
getRestoreUrl: getRestoreUrl,
copyObject: copyObject,
getBackupDetails: getBackupDetails,
getAllPaged: getAllPaged,
getBackupDetails: getBackupDetails
getRestoreUrl: getRestoreUrl,
copyObject: copyObject
};
var assert = require('assert');