UNPKG

@polygonjs/polygonjs

Version:

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

3 lines (2 loc) 175 B
import { CoreObjectType, ObjectContent } from '../ObjectContent'; export declare function withChildrenRemoved<T>(object: ObjectContent<CoreObjectType>, callback: () => T): T;