- Extracted libp2p component from main app - Created modular package structure with interfaces and implementations - Added dependency injection for NativeModules - Configured for IOR loading from Gitea - Added comprehensive README and documentation
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
/**
|
|
* Export all interfaces
|
|
*/
|
|
|
|
export * from './ILibp2pComponent';
|
|
export * from './types'; |