UNPKG

@ariana-germany/keycloakify-mui

Version:
10 lines (9 loc) 269 B
export declare function rm(pathToRemove: string, options?: { cwd: string; }): void; export declare function rm_r(pathToRemove: string, options?: { cwd: string; }): void; export declare function rm_rf(pathToRemove: string, options?: { cwd: string; }): void;