UNPKG

leaf-framework

Version:
8 lines (7 loc) 241 B
import 'rxjs/add/operator/map'; import { AuthService } from './auth.service'; export declare class SkypAuthService implements AuthService { constructor(); login(username: string, password: string): void; logout(): void; }