UNPKG

@rws-aoa/utils

Version:
9 lines (8 loc) 218 B
//#region src/IsDevEnv.d.ts /** * Validates whether the current environment is either development or test */ declare const isDevEnv: boolean; //#endregion export { isDevEnv }; //# sourceMappingURL=IsDevEnv.d.cts.map