UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

11 lines (10 loc) 333 B
export declare const LOCAL_STORAGE_KEYS: { LOGIN_METHOD: string; }; export declare enum LoginMethod { GITHUB = "github", GITLAB = "gitlab" } export declare const setLoginMethod: (method: LoginMethod) => void; export declare const getLoginMethod: () => LoginMethod | null; export declare const clearLoginData: () => void;