gooooooodjs
Version:
Interactive diagrams, charts, and graphs, such as trees, flowcharts, orgcharts, UML, BPMN, or business diagrams
15 lines (14 loc) • 676 B
text/typescript
import * as GoDropBox from "./GoDropBox";
import * as GoCloudStorage from "./GoCloudStorage";
import * as GoGoogleDrive from "./GoGoogleDrive";
import * as GoLocalStorage from "./GoLocalStorage";
import * as GoOneDrive from "./GoOneDrive";
import * as GoNetCore from "./GoNetCore";
module.exports = {
GoLocalStorage: require('./GoLocalStorage').GoLocalStorage,
GoDropBox: require('./GoDropBox').GoDropBox,
GoGoogleDrive: require('./GoGoogleDrive').GoGoogleDrive,
GoOneDrive: require('./GoOneDrive').GoOneDrive,
GoNetCore: require('./GoNetCore').GoNetCore,
GoCloudStorageManager: require('./GoCloudStorageManager').GoCloudStorageManager
}