diff --git a/docs/txtnode.html b/docs/txtnode.html index 46e37df8..92beb171 100644 --- a/docs/txtnode.html +++ b/docs/txtnode.html @@ -77,8 +77,6 @@

// Not need in AST // For example, top Root Node like `Document` has not parent. parent?: TxtNode; - - [index: string]: any; }