/* `true` if debug mode enabled and `false` otherwise */ export const DEBUG_MODE: boolean = process.env.NODE_ENV === "development";