UNPKG

@macrof/shared

Version:

React MicroFrontend Shared, Typescript, Webpack 5, ModuleFederation

5 lines (4 loc) 295 B
import { AxiosError, AxiosResponse } from 'axios'; export declare const isAxiosResponse: (response: any) => response is AxiosResponse<any, any>; export declare const isAxiosError: (error: any) => error is AxiosError<unknown, any>; export declare function _env(name: string): string | undefined;