(a: string, b: string)
| 7 | import type { State } from "./global-sync/types" |
| 8 | |
| 9 | const cmp = (a: string, b: string) => (a < b ? -1 : a > b ? 1 : 0) |
| 10 | const sessionFields = new Set([ |
| 11 | "session_status", |
| 12 | "session_working", |
no outgoing calls
no test coverage detected