(jsonSchema: JsonSchema7)
| 1015 | } |
| 1016 | |
| 1017 | function isUnknown(jsonSchema: JsonSchema7): jsonSchema is JsonSchema7Unknown { |
| 1018 | return "$id" in jsonSchema && jsonSchema.$id === constUnknown.$id |
| 1019 | } |
| 1020 | |
| 1021 | function isVoid(jsonSchema: JsonSchema7): jsonSchema is JsonSchema7Void { |
| 1022 | return "$id" in jsonSchema && jsonSchema.$id === constVoid.$id |
no outgoing calls
no test coverage detected
searching dependent graphs…