osr-mono/packages/fs/move.d.ts
2025-01-29 17:40:56 +01:00

4 lines
230 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>;