You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					12 lines
				
				580 B
			
		
		
			
		
	
	
					12 lines
				
				580 B
			| 
											3 years ago
										 | "use strict"; | ||
|  | var __importDefault = (this && this.__importDefault) || function (mod) { | ||
|  |     return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
|  | }; | ||
|  | Object.defineProperty(exports, "__esModule", { value: true }); | ||
|  | exports.Resource = exports.Database = void 0; | ||
|  | const database_1 = __importDefault(require("./src/database")); | ||
|  | exports.Database = database_1.default; | ||
|  | const resource_1 = __importDefault(require("./src/resource")); | ||
|  | exports.Resource = resource_1.default; | ||
|  | module.exports = { Database: database_1.default, Resource: resource_1.default }; | ||
|  | //# sourceMappingURL=index.js.map
 |