UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 197 B
"use strict"; import { BaseExpressionRegister } from "./_BaseRegister"; export class ExpressionRegister extends BaseExpressionRegister { getMethod(name) { return super.getMethod(name); } }