Skip to content

Commit

Permalink
fix: add missing alias
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Nov 30, 2024
1 parent d262793 commit 4cc8945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/realm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1373,3 +1373,7 @@ export const combine: Realm['combine'] = (...args: unknown[]) => {
// @ts-expect-error - this is fine
return getCurrentRealm().combine(...args)
}

export const getValue: Realm['getValue'] = (node) => {
return getCurrentRealm().getValue(node)
}

0 comments on commit 4cc8945

Please sign in to comment.