mirror of https://github.com/abpframework/abp
parent
d28b4e4555
commit
6ca3b9905a
@ -0,0 +1,3 @@
|
||||
export function replacer(text: string) {
|
||||
return text.replace(/Async/, '');
|
||||
}
|
Loading…
Reference in new issue