UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

6 lines (5 loc) 161 B
export declare class EnvironmentUtils { static get environment(): string; static isDevelopmentMode(): boolean; static isProductionMode(): boolean; }