Mayson Monorepo Documentation
    Preparing search index...

    Variable createFetchHttpClientConst

    createFetchHttpClient: (
        fetchFn?: Function,
    ) => HttpClient<HttpClientResponse<any, any>>

    Creates an HTTP client for issuing Stripe API requests which uses the Web Fetch API.

    A fetch function can optionally be passed in as a parameter. If none is passed, will default to the default fetch function in the global scope.

    Type Declaration