parent
b7acf07a70
commit
113c75dd27
|
@ -19,7 +19,3 @@ export interface MessageRenderer<T> {
|
||||||
startIcu(): void;
|
startIcu(): void;
|
||||||
endIcu(): void;
|
endIcu(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function stripInterpolationMarkers(interpolation: string): string {
|
|
||||||
return interpolation.replace(/^\{\{/, '').replace(/}}$/, '');
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue