| 403 | now(): number; |
| 404 | } |
| 405 | interface AlarmInvocationInfo { |
| 406 | readonly isRetry: boolean; |
| 407 | readonly retryCount: number; |
| 408 | } |
| 409 | interface Cloudflare { |
| 410 | readonly compatibilityFlags: Record<string, boolean>; |
| 411 | } |
nothing calls this directly
no outgoing calls
no test coverage detected