Skip to content

Commit

Permalink
exposing registeredModules through NodeInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Aug 1, 2023
1 parent 19735d7 commit 8498e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/modules/packages/node/packages/model/src/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ export type NodeInstance<
NodeQueryFunctions &
ModuleInstance & {
register: (module: ModuleInstance) => void
registeredModules(): Promisable<ModuleInstance[]>
}

0 comments on commit 8498e16

Please sign in to comment.