UNPKG

convex

Version:

Client for the Convex Cloud

6 lines 227 B
import { Context } from "../../bundler/context.js"; export declare function recursivelyDelete(ctx: Context, deletePath: string, opts?: { force?: boolean; dryRun?: boolean; }): void; //# sourceMappingURL=fsUtils.d.ts.map