UNPKG

properties-gen

Version:

CLI to generate environment properties based on config

10 lines (9 loc) 189 B
export declare enum SupportedFileExtensions { JSON = "json", JS = "js" } export declare enum InitialGroupOptions { SERVER = "server", CLIENT = "client", BOTH = "both" }