Type alias AxiosHeaderMatcher

AxiosHeaderMatcher: string | RegExp | ((this, value, name) => boolean)

Type declaration

    • (this, value, name): boolean
    • Parameters

      Returns boolean

Generated using TypeDoc