Skip to content

Commit f4b0f45

Browse files
committed
add inMemory and main types.ts to shared exports
1 parent 2a95b1b commit f4b0f45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/shared/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ export * from './metadataUtils.js';
44
export * from './protocol.js';
55
export * from './stdio.js';
66
export * from './transport.js';
7-
export * from './uriTemplate.js';
7+
export * from './uriTemplate.js';
8+
export * from '../types.js';
9+
export * from '../inMemory.js';

0 commit comments

Comments
 (0)