Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/frejs/fre
/ RefObject
Interface
RefObject
src/type.ts:2–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
type
Key = FreText
2
export
interface
RefObject<T> {
3
current: T
4
}
5
export
interface
RefCallback<T> {
6
(instance: T | null): void
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected