File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
goldens/public-api/angular_devkit/schematics
packages/angular_devkit/schematics/src Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -698,6 +698,9 @@ export interface RandomOptions {
698
698
root? : string ;
699
699
}
700
700
701
+ // @public (undocumented)
702
+ export function rename(match : FilePredicate <boolean >, to : FilePredicate <string >): Rule ;
703
+
701
704
// @public (undocumented)
702
705
export interface RenameFileAction extends ActionBase {
703
706
// (undocumented)
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export * from './rules/base';
23
23
export * from './rules/call' ;
24
24
export * from './rules/move' ;
25
25
export * from './rules/random' ;
26
+ export * from './rules/rename' ;
26
27
export * from './rules/schematic' ;
27
28
export * from './rules/template' ;
28
29
export * from './rules/url' ;
You can’t perform that action at this time.
0 commit comments