UNPKG

hot-hook

Version:

Easy hot module reloading (HMR) for Node.js and ESM

8 lines (7 loc) 157 B
interface ImportMeta { readonly hot?: { dispose(callback: () => Promise<void> | void): void decline(): void boundary: Record<string, any> } }