UNPKG

symbol-tree

Version:

Turn any collection of objects into its own efficient tree or linked list using Symbol

12 lines (10 loc) 241 B
'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, });