mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
Fix exports
This commit is contained in:
parent
f506413221
commit
ef25f9c69c
@ -1,4 +1,5 @@
|
||||
export * from './demo';
|
||||
export * from './INitroCommunicationManager';
|
||||
export * from './messages';
|
||||
export * from './NitroCommunicationManager';
|
||||
export * from './NitroMessages';
|
||||
|
3
src/nitro/communication/messages/index.ts
Normal file
3
src/nitro/communication/messages/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export * from './incoming';
|
||||
export * from './outgoing';
|
||||
export * from './parser';
|
Loading…
Reference in New Issue
Block a user