1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00
Files
Sonarr/frontend/typings/jdu.d.ts
2024-10-26 14:54:23 -07:00

4 lines
75 B
TypeScript

declare module 'jdu' {
export function replace(value: string): string;
}