ilnaz
52c9ecd3c8
Reviewed-on: #13 Reviewed-by: Primakov Alexandr Alexandrovich <primakovpro@gmail.com> Reviewed-by: Rustam <kagapov.rustam@yandex.ru> Co-authored-by: ilnaz <237x237@gmail.com> Co-committed-by: ilnaz <237x237@gmail.com>
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
declare interface NodeModule {
|
|
hot?: {
|
|
accept: (path: string, callback: () => void) => void;
|
|
};
|
|
}
|