UNPKG
rehype-table-merge
Version:
latest (1.0.1)
1.0.1
1.0.0
A rehype plugin for merging cells of table elements.
rehype-table-merge
/
lib
/
esm
/
transformer.d.ts
8 lines
(7 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Root
}
from
"hast"
;
/** * Transform all tables in the tree * *
@param
tree The root node of the hast tree */
export
declare
function
transform
(
tree: Root
):
void
;