1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 07:43:01 +00:00
Sonarr/frontend/typings/jdu.d.ts
2024-10-26 14:54:23 -07:00

3 lines
75 B
TypeScript

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