You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
"use strict";
|
|
|
|
module.exports = Object.freeze({
|
|
DOCUMENT_POSITION_DISCONNECTED: 1,
|
|
DOCUMENT_POSITION_PRECEDING: 2,
|
|
DOCUMENT_POSITION_FOLLOWING: 4,
|
|
DOCUMENT_POSITION_CONTAINS: 8,
|
|
DOCUMENT_POSITION_CONTAINED_BY: 16,
|
|
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32
|
|
});
|
|
|