Neah/node_modules/webdav/dist/node/operations/exists.d.ts
2025-04-24 19:10:05 +02:00

3 lines
203 B
TypeScript

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