UNPKG

110 BTypeScriptView Raw
1interface Hot {
2 accept(path: string, callback?: () => void): void;
3}
4
5interface NodeModule {
6 hot?: Hot;
7}