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