UNPKG

105 BJavaScriptView Raw
1export const ELEMENT_NODE = 1;
2export const DOCUMENT_NODE = 9;
3export const DOCUMENT_FRAGMENT_NODE = 11;