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