Skip to content

Commit

Permalink
feat: 🎸 Exporting LoginStatusChecker interface (kolplattformen#46)
Browse files Browse the repository at this point in the history
* feat: 🎸 Exporting all types in index

* feat: 🎸 Exporting LoginStatusChecker interface
  • Loading branch information
JohanObrink authored Feb 4, 2021
1 parent 8351ef2 commit 20e18e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { AsyncishFunction, Fetch } from './types'

export { Api, FetcherOptions }
export * from './types'
export { LoginStatusChecker } from './loginStatus'

export default function init(fetch: Fetch, clearCookies: AsyncishFunction, options?: FetcherOptions): Api {
return new Api(fetch, clearCookies, options)
Expand Down

0 comments on commit 20e18e5

Please sign in to comment.