UNPKG

remark-lint-table-pipes

Version:

remark-lint rule to warn when table rows are not fenced with pipes

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