UNPKG

react-application-core

Version:

A react-based application core for the business applications.

10 lines (9 loc) 274 B
import { ITransportTokenAccessor } from '../../definition'; export declare class TransportTokenAccessor implements ITransportTokenAccessor { private readonly store; /** * @stable [16.09.2019] * @returns {string} */ get token(): string; }