next-ucap-messenger/projects/ucap-webmessenger-protocol-buddy/src/public-api.ts

14 lines
372 B
TypeScript

/*
* Public API Surface of ucap-webmessenger-protocol-buddy
*/
export * from './lib/protocols/add';
export * from './lib/protocols/del';
export * from './lib/protocols/update';
export * from './lib/services/buddy-protocol.service';
export * from './lib/types/openProfileOptions';
export * from './lib/types/service';
export * from './lib/ucap-buddy-protocol.module';