UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

9 lines (8 loc) 283 B
export declare enum Stage { PRODUCTION = "prod", DEVELOPMENT = "dev", TEST = "test" } export declare const isOfStage: import("type-fns").AssessWithAssure<string | number | symbol, Stage>; export declare const stage: Stage; export declare const serviceClientStage: Stage;