mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
7 lines
No EOL
172 B
JavaScript
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
|