UNPKG

@dev-thought/nx-deploy-it

Version:

[![npm version](https://badge.fury.io/js/%40dev-thought%2Fnx-deploy-it.svg)](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?color=blue&style=flat-square)](http://opensource.

7 lines (6 loc) 182 B
export declare enum PROVIDER { AWS = "aws", AZURE = "azure", GOOGLE_CLOUD_PLATFORM = "gcp" } export declare function getCloudTemplateName(cloudProvider: string): string;