1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-23 08:15:27 +00:00
Sonarr/frontend/typings/jdu.d.ts

4 lines
75 B
TypeScript
Raw Normal View History

2024-10-26 21:54:23 +00:00
declare module 'jdu' {
export function replace(value: string): string;
}