mirror of https://github.com/abpframework/abp.git
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
export function replacer(text: string) { |
||||
|
return text.replace(/Async/, ''); |
||||
|
} |
||||
Loading…
Reference in new issue