UNPKG

@rws-aoa/utils

Version:
8 lines 217 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.mts.map