@point-api/js-sdk
Version:
Javascript SDK for Point API
8 lines (7 loc) • 340 B
TypeScript
/// <reference types="jest" />
export declare const mockOnJwtChange: jest.Mock<any, any>;
export declare const mockOffJwtChange: jest.Mock<any, any>;
export declare const mockGetJwt: jest.Mock<any, any>;
export declare const mockIsUserActive: jest.Mock<any, any>;
declare const AuthManager: jest.Mock<any, any>;
export default AuthManager;