@xiaohuohumax/x-fetch
Version:
x-fetch package
17 lines (12 loc) • 392 B
JavaScript
/*!
* @xiaohuohumax/x-fetch v0.2.0
* Copyright (c) 2024 xiaohuohumax
* MIT License.
*/
import { XFetch as XFetch$1 } from '@xiaohuohumax/x-fetch-core';
import { retryPlugin } from '@xiaohuohumax/x-fetch-plugin-retry';
export * from '@xiaohuohumax/x-fetch-error';
var version = "0.2.0";
const VERSION = version;
const XFetch = XFetch$1.plugin(retryPlugin);
export { VERSION, XFetch };