astro-ghostcms/.pnpm-store/v3/files/36/a2a83cde90bd9b1a4805176a321...

7 lines
113 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
declare enum NodeType {
ELEMENT_NODE = 1,
TEXT_NODE = 3,
COMMENT_NODE = 8
}
export default NodeType;