| 393 | now(): number; |
| 394 | } |
| 395 | interface AlarmInvocationInfo { |
| 396 | readonly isRetry: boolean; |
| 397 | readonly retryCount: number; |
| 398 | } |
| 399 | interface Cloudflare { |
| 400 | readonly compatibilityFlags: Record<string, boolean>; |
| 401 | } |
nothing calls this directly
no outgoing calls
no test coverage detected