mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 08:15:27 +00:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
|
declare module 'jdu' {
|
||
|
export function replace(value: string): string;
|
||
|
}
|