mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-05 03:20:49 +02:00
3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
declare module 'jdu' {
|
|
export function replace(value: string): string;
|
|
}
|