UNPKG

authentification-redux-lib

Version:

library for authentification with react redux typescript

8 lines (7 loc) 246 B
import { AuthActions } from './Actions'; import { Auth } from './AuthClass'; import AuthReducer from './reducers'; import AuthSaga from './saga'; export { AuthReducer, AuthActions, AuthSaga }; export * from './types'; export default Auth;