UNPKG

protontype

Version:

A simple REST framework make in TypeScript

12 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class DBConnector { } exports.DBConnector = DBConnector; class ProtonDB { static getBD() { return this.dbConnection; } } exports.ProtonDB = ProtonDB; //# sourceMappingURL=DBConnector.js.map