UNPKG

@vepler/http-client

Version:

A flexible and extensible API service library for making HTTP requests with built-in authentication support for bearer tokens and API keys.

9 lines (7 loc) 165 B
const logger = { info: jest.fn(), debug: jest.fn(), error: jest.fn(), __call: jest.fn() }; export default logger as unknown as jest.Mock<any, any>;