UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

4 lines (2 loc) 99 B
import {Object3D} from "three"; export function cloneObject3D<T extends Object3D>(input: T): T