UNPKG

@ctrl/video-filename-parser

Version:
9 lines (8 loc) 153 B
export interface TitleAndYear { title: string; year: string | null; } export interface TitleYearPattern { name: string; regex: RegExp; }