UNPKG

@rws-aoa/utils

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