| 17 | ] as WatchEventKeys[] |
| 18 | |
| 19 | export class StopThisTimeError extends Error { |
| 20 | constructor() { |
| 21 | super('stop this time') |
| 22 | } |
| 23 | static instance = new StopThisTimeError() |
| 24 | } |
| 25 | |
| 26 | export function isWhatArgs< |
| 27 | T extends WatchEventKeys | null |
nothing calls this directly
no outgoing calls
no test coverage detected