android-wrapper/@capacitor/cli/node_modules/rimraf/dist/mjs/path-arg.d.ts

4 lines
186 B
TypeScript
Raw Normal View History

2025-06-18 18:50:46 +02:00
import { RimrafAsyncOptions } from './index.js';
declare const pathArg: (path: string, opt?: RimrafAsyncOptions) => string;
export default pathArg;
//# sourceMappingURL=path-arg.d.ts.map