NeahNew/node_modules/webdav/dist/node/operations/exists.d.ts
2025-05-03 14:17:46 +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>;