@ace-fetch/uni-app
Version:
uni-app adapter for @ace-fetch/core.
29 lines (28 loc) • 692 B
TypeScript
import { version } from './version';
export { version };
export * from './core';
export {
/**
* @deprecated Use `registCatchError` from `@ace-fetch/core` instead.
*/
registCatchError,
/**
* @deprecated Use `createCatchErrorPlugin` from `@ace-fetch/core` instead.
*/
createCatchErrorPlugin,
/**
* @deprecated Use `registLoading` from `@ace-fetch/core
*/
registLoading,
/**
* @deprecated Use `createLoadingPlugin` from `@ace-fetch/core` instead.
*/
createLoadingPlugin,
/**
* @deprecated Use `registRetry` from `@ace-fetch/core` instead.
*/
registRetry,
/**
* @deprecated Use `createRetryPlugin` from `@ace-fetch/core` instead.
*/
createRetryPlugin, } from '@ace-fetch/core';