import { search } from "https://deno.land/x/omdb@v3.0.3/src/omdb.ts";
Search for titles from IMDb via OMDb's API. A title could be for a movie, TV show or an episode of a TV show.
NOTE: You can enable debuggin using DEBUG
enviroment variable, set it to anything.
Returns
Promise<SearchObject | null>
Search-response if there are title matches, else it returns null.