UNPKG

@edflex-tech/keycloakify

Version:

Keycloak theme generator for Reacts app

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;