UNPKG

webdav

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