UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

8 lines (7 loc) 201 B
export declare class EnvironmentService { environment: string; constructor(); readonly isDevelopment: boolean; readonly isStaging: boolean; readonly isProduction: boolean; }