function getUnsupported() { try { return require("eslint/use-at-your-own-risk"); } catch { return {}; } } export { getUnsupported as g };