UNPKG

@threlte/core

Version:

A 3D framework for the web, built on top of Svelte and Three.js

3 lines (2 loc) 144 B
import type { MaybeInstance } from '../types.js'; export declare const determineRef: <Type>(is: unknown, args: unknown) => MaybeInstance<Type>;