UNPKG

@test-org122/utils

Version:
7 lines 319 B
import { IAjaxUtils } from "./IAjaxUtils"; import { ResultAsync } from "neverthrow"; export declare class AxiosAjaxUtils implements IAjaxUtils { get<T, E>(url: URL, config?: any): ResultAsync<T, E>; post<T, E>(url: URL, data: any, config?: any): ResultAsync<T, E>; } //# sourceMappingURL=AxiosAjaxUtils.d.ts.map