Group exports
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user