(s)
| 74459 | }, |
| 74460 | bytes = (s) => xt()(s), |
| 74461 | random_pick = (s) => s.at(0), |
| 74462 | predicates_isBooleanJSONSchema = (s) => 'boolean' == typeof s, |
| 74463 | isJSONSchemaObject = (s) => as()(s), |
| 74464 | isJSONSchema = (s) => predicates_isBooleanJSONSchema(s) || isJSONSchemaObject(s) |
no outgoing calls
no test coverage detected