import { VALUE_TYPES } from './node-value-types.js'; export class Node { static get VALUE_TYPES() { return VALUE_TYPES; } } //# sourceMappingURL=node.js.map