@uppy/companion-client
Version:
Client library for communication with Companion. Intended for use in Uppy plugins.
10 lines (9 loc) • 391 B
JavaScript
/**
* Manages communications with Companion
*/
export { default as RequestClient } from './RequestClient.js';
export { default as Provider } from './Provider.js';
export { default as SearchProvider } from './SearchProvider.js';
export { default as getAllowedHosts } from './getAllowedHosts.js';
import * as _tokenStorage from './tokenStorage.js';
export { _tokenStorage as tokenStorage };