Skip to content

Commit

Permalink
fix: export IPNSRoutingEvents (#407)
Browse files Browse the repository at this point in the history
Export IPNSRoutingEvents type for onProgress events

fixes #406
  • Loading branch information
SgtPooki authored Jan 30, 2024
1 parent 4864f29 commit 44f4e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,5 +484,5 @@ export function ipns (components: IPNSComponents, { routers = [], resolvers = []
return new DefaultIPNS(components, routers, resolvers)
}

export { ipnsValidator }
export { ipnsValidator, type IPNSRoutingEvents }
export { ipnsSelector } from 'ipns/selector'

0 comments on commit 44f4e88

Please sign in to comment.