UNPKG

mux-fetch

Version:
5 lines (4 loc) 193 B
import { FetchConfig } from "./@types/"; declare const globalConfigMap: Map<any, any>; export default globalConfigMap; export declare const setGlobalConfig: (config?: FetchConfig) => void;