contentQuotesLinter.d.ts 96 B

123
  1. import type { Linter } from './interface';
  2. declare const linter: Linter;
  3. export default linter;