UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

10 lines (9 loc) 256 B
export declare const EpsilonServerMode: { Production: string; Development: string; QA: string; Red: string; Blue: string; Green: string; }; export type EpsilonServerMode = (typeof EpsilonServerMode)[keyof typeof EpsilonServerMode];