UNPKG

react-auth-kit

Version:

Authentication Library for React, which makes Token based auth very easy

8 lines (7 loc) 169 B
/** * Entry point of the Library. */ export type * from './types'; export * from './errors'; export * from './AuthProvider'; export { default } from './AuthProvider';