UNPKG

webdav

Version:
3 lines (2 loc) 229 B
import { RequestOptionsCustom, Response, WebDAVClientContext } from "../types.js"; export declare function customRequest(context: WebDAVClientContext, remotePath: string, requestOptions: RequestOptionsCustom): Promise<Response>;