UNPKG

three

Version:

JavaScript 3D library

10 lines (5 loc) 180 B
import { Node } from './Node'; export namespace NodeUtils { export const elements: string[]; export function addShortcuts( proto: Node, proxy: string, list: any[] ): void; }