4 lines
240 B
TypeScript
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>;
|