mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-22 00:15:12 +00:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
export const ELEMENT_NODE = 1;
|
|
export const DOCUMENT_NODE = 9;
|
|
export const DOCUMENT_FRAGMENT_NODE = 11;
|