MCPcopy
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

1export type Key = FreText
2export interface RefObject<T> {
3 current: T
4}
5export interface RefCallback<T> {
6 (instance: T | null): void
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected