Libraries
    Preparing search index...
    FetchLike: (url: string, init: RequestInit) => Promise<Response>

    A function with the same shape as fetch.

    Kept local instead of importing from @cleverbrush/client so this entrypoint remains structurally compatible without a runtime dependency.

    Type Declaration

      • (url: string, init: RequestInit): Promise<Response>
      • Parameters

        • url: string
        • init: RequestInit

        Returns Promise<Response>