import { isProxyEnabled } from "https://deno.land/x/chai@v5.1.2/lib/chai/utils/isProxyEnabled.js";
.isProxyEnabled()
Helper function to check if Chai's proxy protection feature is enabled. If proxies are unsupported or disabled via the user's Chai config, then return false. Otherwise, return true.