phx-node
Version:
PHX NODE
10 lines (9 loc) • 360 B
TypeScript
import { HttpService } from "@nestjs/axios";
import { ConfigService } from "@nestjs/config";
export declare class PHXEnvPublicService {
private readonly configService;
private readonly httpService;
private readonly logger;
constructor(configService: ConfigService, httpService: HttpService);
getEnvPublic(hostname: string): Promise<any>;
}