mono/packages/fs/dist/move.d.ts
2025-01-23 07:22:43 +01:00

4 lines
227 B
TypeScript

export declare const validateInput: (methodName: string, from: string, to: string) => void;
export declare const sync: (from: string, to: string) => void;
export declare const async: (from: string, to: string) => Promise<any>;