This website requires JavaScript.
Explore
Help
Register
Sign In
MatthiesenXYZ
/
astro-ghostcms
Watch
1
Star
0
Fork
You've already forked astro-ghostcms
0
Code
Issues
Pull Requests
Projects
Releases
125
Activity
0c378be333
astro-ghostcms
/
.pnpm-store
/
v3
/
files
/
36
/
a2a83cde90bd9b1a4805176a321...
7 lines
113 B
Plaintext
Raw
Blame
History
declare enum NodeType {
ELEMENT_NODE = 1,
TEXT_NODE = 3,
COMMENT_NODE = 8
}
export default NodeType;
View Git Blame
Copy Permalink