UNPKG

remark-lint-definition-case

Version:

remark-lint rule to warn when definition labels are not lowercase

4 lines 202 B
export default remarkLintDefinitionCase; declare const remarkLintDefinitionCase: import("unified-lint-rule").Plugin<Root, unknown>; import type { Root } from 'mdast'; //# sourceMappingURL=index.d.ts.map