We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SameScope
1 parent 5e8f6fb commit 7e750d7Copy full SHA for 7e750d7
src/index.ts
@@ -9,6 +9,7 @@ export {
9
ActionMethodOfAyanami,
10
TransientScope,
11
SingletonScope,
12
+ SameScope,
13
} from './core'
14
export { getAllActionsForTest } from './test-helper'
15
export * from './hooks'
0 commit comments