dry-wash-pl/types.d.ts

6 lines
106 B
TypeScript

declare interface NodeModule {
hot?: {
accept: (path: string, callback: () => void) => void;
};
}