// ets_tracing: off import { access } from "./core.js" /** * Access environment */ export function environment(__trace?: string) { return access((_: R) => _, __trace) }