Skip to content

Commit

Permalink
chore: reorder exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Nov 29, 2022
1 parent a567ad3 commit ed67e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export * as B from './Bool'
export * as N from './Number'

export * as AD from './AsyncData'
export * as ADR from './AsyncDataResult'
export * as AO from './AsyncOption'
export * as AR from './AsyncResult'

export * as ADR from './AsyncDataResult'
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export * as B from './Bool'
export * as N from './Number'

export * as AD from './AsyncData'
export * as ADR from './AsyncDataResult'
export * as AO from './AsyncOption'
export * as AR from './AsyncResult'

export * as ADR from './AsyncDataResult'

0 comments on commit ed67e15

Please sign in to comment.