UNPKG

@gsb-core/core

Version:

GSB core services and classes for platform-independent web applications

9 lines (8 loc) 266 B
/** * Auth Service exports */ export { AuthService } from './auth.service'; export type { LoginCredentials, AuthResponse, UserData } from './auth.service'; import { AuthService } from './auth.service'; declare const _default: AuthService; export default _default;