| 14 | const debug = createDebug('emulator'); |
| 15 | |
| 16 | export interface ConsumerEvents extends FileSystemEvents, ShellEvents, PreviewEvents { |
| 17 | connect: { |
| 18 | cdnUrl?: string | null; |
| 19 | }; |
| 20 | } |
| 21 | |
| 22 | type WatcherEvent = |
| 23 | | { |
nothing calls this directly
no outgoing calls
no test coverage detected