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.
1 parent d354f20 commit 009bf1dCopy full SHA for 009bf1d
src/index.js
@@ -9,5 +9,6 @@ export const Observer = { ...main, ...actors };
9
10
export { default as ListenerRegistry } from './core/ListenerRegistry.js';
11
export { default as TrapsRegistry } from './core/TrapsRegistry.js';
12
+export { default as Descriptor } from './core/Descriptor.js';
13
14
export default Observer;
0 commit comments