File size: 105 Bytes
e8a57cb
 
 
1
2
3
4
export const ELEMENT_NODE = 1;
export const DOCUMENT_NODE = 9;
export const DOCUMENT_FRAGMENT_NODE = 11;