Skip to content

Commit

Permalink
fix: generated typdefs (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Dec 6, 2022
1 parent 1bacd54 commit 2af1b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/capabilities/src/space.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ import { canDelegateURI, equalWith, fail } from './utils.js'
import * as Upload from './upload.js'

export { top } from './top.js'
// Need this to workaround TS bug
// @see https://github.com/microsoft/TypeScript/issues/51548
export { Store }

export const space = top.derive({
to: capability({
Expand Down

0 comments on commit 2af1b76

Please sign in to comment.