const { DEV } = import.meta.env; /** @module **/ /** * @type {boolean} */ export const isDev = DEV === true;