UNPKG

@ctrl/video-filename-parser

Version:
3 lines (2 loc) 120 B
import type { TitleAndYear } from './types.js'; export declare function parseTitleAndYear(title: string): TitleAndYear;