FLUJOS/BACK_BACK/node_modules/symbol-tree/lib/TreePosition.js
2025-11-07 00:06:12 +01:00

11 lines
241 B
JavaScript
Executable file

'use strict';
/* eslint-disable sort-keys */
module.exports = Object.freeze({
// same as DOM DOCUMENT_POSITION_
DISCONNECTED: 1,
PRECEDING: 2,
FOLLOWING: 4,
CONTAINS: 8,
CONTAINED_BY: 16,
});