elearning/Frontend-Learner/node_modules/eslint-plugin-regexp/dist/configs/flat/all.d.ts

6 lines
139 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import * as plugin from "../../index";
export { rules } from "../rules/all";
export declare const plugins: {
regexp: typeof plugin;
};