Function
hmr
(key: string, value: unknown)
Source from the content-addressed store, hash-verified
| 116 | } |
| 117 | |
| 118 | function hmr(key: string, value: unknown) { |
| 119 | ;(globalThis.__HMR__ as any)[key] = String(value) |
| 120 | } |
Tested by
no test coverage detected