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

4 lines
240 B
TypeScript

export declare function validateInput(methodName: string, path: string, newName: string): void;
export declare function sync(path: string, newName: string): void;
export declare function async(path: string, newName: string): Promise<null>;