mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
11 lines
No EOL
310 B
JavaScript
11 lines
No EOL
310 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Node = void 0;
|
|
const node_value_types_1 = require("./node-value-types");
|
|
class Node {
|
|
static get VALUE_TYPES() {
|
|
return node_value_types_1.VALUE_TYPES;
|
|
}
|
|
}
|
|
exports.Node = Node;
|
|
//# sourceMappingURL=node.js.map
|