UNPKG

@polygonjs/polygonjs

Version:

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

5 lines (4 loc) 151 B
export type LiteralConstructMethod = (args: any[]) => string; export declare class LiteralConstructsController { static if(args: any[]): string; }