UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines 179 B
import { useRef } from "preact/hooks"; export default (value) => { const ref = useRef(value); ref.current = value; return ref; }; //# sourceMappingURL=useLatest.js.map