UNPKG

webdav

Version:
3 lines (2 loc) 202 B
import { WebDAVClientContext, WebDAVMethodOptions } from "../types.js"; export declare function deleteFile(context: WebDAVClientContext, filename: string, options?: WebDAVMethodOptions): Promise<void>;