elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/rules/no-mutable-exports.d.ts

5 lines
258 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { TSESLint } from '@typescript-eslint/utils';
export type MessageId = 'noMutable';
declare const _default: TSESLint.RuleModule<"noMutable", [], import("../utils/create-rule.ts").ImportXPluginDocs, TSESLint.RuleListener>;
export default _default;