@gsb-core/core
Version:
GSB core services and classes for platform-independent web applications
13 lines • 534 B
JavaScript
;
/**
* Auth Service exports
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthService = void 0;
var auth_service_1 = require("./auth.service");
Object.defineProperty(exports, "AuthService", { enumerable: true, get: function () { return auth_service_1.AuthService; } });
// Convenience singleton instance
const auth_service_2 = require("./auth.service");
// Default export is the singleton instance
exports.default = auth_service_2.AuthService.getInstance();
//# sourceMappingURL=index.js.map