UNPKG

@contextjs/system

Version:
7 lines (6 loc) 169 B
export class EnvironmentName { static development = 'development'; static production = 'production'; static test = 'test'; static staging = 'staging'; }