UNPKG

@ctrl/video-filename-parser

Version:
5 lines (4 loc) 107 B
export declare function parseTitleAndYear(title: string): { title: string; year: string | null; };