5 lines
92 B

declare var module: {
hot: {
accept(path: string, callback: () => void): void,
},
}