method CookieMap.prototype.getimport { CookieMap } from "https://dotland.deno.dev/std@0.181.0/http/cookie_map.ts"; get(key: string): string | undefinedReturn the value of a matching key present in the {@link Request}. If the key is not present undefined is returned. Parameterskey: stringReturnsstring | undefined