UNPKG

three

Version:

JavaScript 3D library

16 lines (9 loc) 226 B
class NodeVary { constructor( name, type, snippet = '' ) { this.name = name; this.type = type; this.snippet = snippet; Object.defineProperty( this, 'isNodeVary', { value: true } ); } } export default NodeVary;