identify-media
Version:
Analyse file path and content to make search criteria for media APIs
6 lines • 376 B
TypeScript
export declare const stripParenthesis: (name: string) => string;
export declare const trimEnd: (name?: string | undefined) => string;
export declare const stripEnd: (name: string) => string;
export declare const stripSeasons: (name?: string | undefined) => string | undefined;
export declare const setSpaces: (name: string) => string;
//# sourceMappingURL=cleanString.d.ts.map