1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00
Files
mywebsite/node_modules/symbol-tree/lib/TreePosition.js

11 lines
224 B
JavaScript

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