UNPKG

remark-lint-rule-style

Version:

remark-lint rule to warn when horizontal rules violate a given style

8 lines 266 B
export default remarkLintRuleStyle; /** * Configuration. */ export type Options = string; declare const remarkLintRuleStyle: import("unified-lint-rule").Plugin<Root, string | null | undefined>; import type { Root } from 'mdast'; //# sourceMappingURL=index.d.ts.map