acebase/dist/esm/node.js
Ewout Stortenbeker 8b884eb7c0 chore: build
2022-10-31 22:53:29 +01:00

7 lines
No EOL
172 B
JavaScript

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