UNPKG

wallee

Version:
6 lines (5 loc) 96 B
declare enum Environment { LIVE = "LIVE", PREVIEW = "PREVIEW" } export { Environment };