Spaces:
Sleeping
Sleeping
File size: 100 Bytes
2f7798c |
1 2 3 |
export function dirtyCaptionCleaner(input: string) {
return input.split(":").pop()?.trim() || ""
} |