UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

10 lines (9 loc) 263 B
export declare class TokenFactory { private static token?; static init(): void; static setToken(token: string): void; static getToken(): string; static removeToken(): void; static hasToken(): boolean; static logout(): void; }