type
HMREvent
type HMREvent = `bun:${HMREventNames}` | string & {}
Event names accepted by import.meta.hot.on() and import.meta.hot.off()
type
Event names accepted by import.meta.hot.on() and import.meta.hot.off()