mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-17 22:02:48 +01:00
3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
declare module 'jdu' {
|
|
export function replace(value: string): string;
|
|
}
|