Files
blockcatcher/node_modules/rimraf/dist/commonjs/path-arg.d.ts
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06: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