芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/domelementtype/lib/index.d.ts
/** Types of elements found in htmlparser2's DOM */ export declare enum ElementType { /** Type for the root element of a document */ Root = "root", /** Type for Text */ Text = "text", /** Type for ... ?> */ Directive = "directive", /** Type for */ Comment = "comment", /** Type for