mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 08:51:53 +02:00
3 lines
138 B
TypeScript
3 lines
138 B
TypeScript
import { RimrafOptions } from './index.js';
|
|
declare const pathArg: (path: string, opt?: RimrafOptions) => string;
|
|
export default pathArg;
|