Skip to content

Commit

Permalink
Merge pull request #147 from graphql-binding/exportDelegate
Browse files Browse the repository at this point in the history
fix(delegate): export delegate
  • Loading branch information
Divyendu Singh authored Aug 14, 2018
2 parents b55bb1f + 7527fbd commit d349174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { addFragmentToInfo } from './utils/addFragmentToInfo'
export { extractFragmentReplacements } from './fragmentReplacements'
export { buildInfo } from './info'
export { Binding } from './Binding'
export { Delegate } from './Delegate'
export { BindingOptions, FragmentReplacement, Options } from './types'
export { forwardTo } from './utils'
export { makeBindingClass } from './makeBindingClass'
Expand Down

0 comments on commit d349174

Please sign in to comment.