the-tip-top-backend/node_modules/rimraf/dist/commonjs/path-arg.d.ts
2025-11-17 23:47:54 +01:00

4 lines
186 B
TypeScript

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