feat(all): init commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import * as THREE from "three/webgpu";
|
||||
import {get} from "lodash-es";
|
||||
|
||||
export const isTetrahedronGeometry = (value: unknown): value is THREE.TetrahedronGeometry => {
|
||||
return get(value, 'type') === 'TetrahedronGeometry';
|
||||
}
|
||||
Reference in New Issue
Block a user