method Scraper.prototype.getMetaimport { Scraper } from "https://deno.land/x/pastedeno@0.6.2/mod.ts"; getMeta(key: string): Promise<ScrapePaste>Gets the paste meta. Parameterskey: string{string} The key of the paste to fetch. ReturnsPromise<ScrapePaste>The paste meta.