implicity-healthcare/nest-http

View on GitHub
src/decorators/NestHTTPClient.decorator.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { NestHTTPClientBuilderToken, NestHTTPClientToken } from '../constants';
import { Inject } from '@nestjs/common';

export const NestHTTPClient = () => Inject(NestHTTPClientToken);