UNPKG

@uppy/companion-client

Version:

Client library for communication with Companion. Intended for use in Uppy plugins.

11 lines (9 loc) 418 B
/** * Manages communications with Companion */ export type { CompanionPluginOptions } from './CompanionPluginOptions.js' export { default as getAllowedHosts } from './getAllowedHosts.js' export { default as Provider } from './Provider.js' export { default as RequestClient } from './RequestClient.js' export { default as SearchProvider } from './SearchProvider.js' export * as tokenStorage from './tokenStorage.js'