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