astro-ghostcms/.pnpm-store/v3/files/54/0190e7c5090ffc70abbef0f2256...

10 lines
153 B
Plaintext

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