UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 151 B
"use strict"; import { TypedContainer } from "./_Base"; export class JsContainer extends TypedContainer { object() { return this._content; } }