path-arg.d.ts 186 B

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