test/node_modules/@vuepress/plugin-prismjs/lib/node/parser/createNotationRule.d.ts
2024-08-13 09:27:52 +08:00

3 lines
196 B
TypeScript

import type { CodeParser } from './getCodeParser.js';
export declare const createNotationRule: (parser: CodeParser, pattern: RegExp, onMatch: (match: string[], index: number) => boolean) => void;