UNPKG

@myno_21/imdb-scraper

Version:

Get imdb information easily & quickly.

7 lines (6 loc) 161 B
export interface DateObject { day: number; month: number; year: number; } export default function getReleaseDate(options: DateObject): string;