UNPKG

react-application-core

Version:

A react-based application core for the business applications.

10 lines (9 loc) 222 B
import { IAuth } from '../definition'; export declare class Auth implements IAuth { private readonly store; /** * @stable [26.04.2018] * @returns {boolean} */ isAuthorized(): boolean; }