mirror of
https://github.com/koush/scrypted.git
synced 2026-04-26 18:00:21 +01:00
21 lines
1.1 KiB
TypeScript
21 lines
1.1 KiB
TypeScript
// consolidate imports for source or dist release.
|
|
// import ring from '@koush/ring-client-api'
|
|
// export default ring;
|
|
// export * from '@koush/ring-client-api';
|
|
// export { RingRestClient } from '@koush/ring-client-api/lib/api/rest-client';
|
|
// export { RtpDescription } from '@koush/ring-client-api/lib/api/rtp-utils';
|
|
// export { generateUuid } from '@koush/ring-client-api/lib/api/util';
|
|
|
|
// consolidate imports for source or dist release.
|
|
import ring from '@koush/ring-client-api'
|
|
export default ring;
|
|
export * from '@koush/ring-client-api';
|
|
export { RingRestClient } from '@koush/ring-client-api/lib/api/rest-client';
|
|
export { RtpDescription } from '@koush/ring-client-api/lib/api/rtp-utils';
|
|
export { generateUuid } from '@koush/ring-client-api/lib/api/util';
|
|
|
|
// export * from '../../../external/ring-client-api/api/index'
|
|
// export { RingRestClient } from '../../../external/ring-client-api/api/rest-client';
|
|
// export { RtpDescription } from '../../../external/ring-client-api/api/rtp-utils';
|
|
// export { generateUuid } from '../../../external/ring-client-api/api/util';
|