UNPKG

@realsee/dnalogel

Version:
4 lines (3 loc) 249 B
import type { ConditionalSimplifyDeep } from 'type-fest/source/conditional-simplify'; import type * as THREE from 'three'; export type SimplifyDeep<T> = ConditionalSimplifyDeep<T, THREE.Color | THREE.Vector3 | Function | Iterable<unknown>, object>;