MCPcopy
hub / github.com/NervJS/nerv / RefObject

Interface RefObject

packages/nerv/src/create-ref.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface RefObject<T> {
2 current?: T
3}
4
5export function createRef<T> (): RefObject<T> {
6 return {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected