UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

9 lines (7 loc) 197 B
import {TypedContainer} from './_Base'; import {NodeContext} from '../poly/NodeContext'; export class JsContainer extends TypedContainer<NodeContext.JS> { object() { return this._content; } }