@capimjs/library-auth
Version:
Professional API using Clean Architecture and TDD. to group validators
1 lines • 292 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:true});Object.defineProperty(exports,"makeAxiosHttpClient",{enumerable:true,get:()=>makeAxiosHttpClient});const _gateways=require("../../../../infra/gateways");const makeAxiosHttpClient=()=>{return new _gateways.AxiosHttpClient};
;