UNPKG

@dolbyio/dolbyio-rest-apis-client

Version:
16 lines (15 loc) 395 B
/** * Media APIs. */ export * as media from './media'; /** * Dolby Millicast APIs. * @see {@link https://optiview.dolby.com/docs/millicast/api/millicast-api/} */ export * as streaming from './streaming'; /** @ignore */ export * as urls from './urls'; export { default as Logger } from 'js-logger'; /** Gets the version of this library. */ declare const version: string; export { version };