console.log("Hello", "girlfriend!"); interface Foo { bar: string; fizz: number; } let content: string; // @ts-ignore content = await girlfriend.fetch( "https://deno.land/std@0.177.0/examples/welcome.ts", ); console.log("Content from fetch", content);