UNPKG

119 BTypeScriptView Raw
1export declare function changeExtensions(args: {
2 dir: string;
3 from: string;
4 to: string;
5}): Promise<void>;