would i wrap my whole class in ```js export default{ async fetch(request){ export class SomeCl

would i wrap my whole class in
export default{
  async fetch(request){
    export class SomeClass{...
Was this page helpful?