/** * Auth module - Utilities, controllers and directives for authentication */ export { getCurrentUser, isLoggedIn, hasRole, hasAnyRole, hasAllRoles, getUserEmail, getUserId, getUserClaims, } from './auth-utils.js'; export { AuthController } from './AuthController.js'; export { ifAuth, ifRole, ifNotAuth } from './auth-directives.js'; //# sourceMappingURL=index.d.ts.map