UNPKG

three

Version:

JavaScript 3D library

15 lines (8 loc) 156 B
class NodeVar { constructor( name, type ) { this.name = name; this.type = type; } } NodeVar.prototype.isNodeVar = true; export default NodeVar;