(self: A)
| 206 | * @category reflection |
| 207 | */ |
| 208 | export const getStatusError = <A extends Schema.Schema.All>(self: A): number => getStatusErrorAST(self.ast) |
| 209 | |
| 210 | /** |
| 211 | * Extracts all individual types from a union type recursively. |
nothing calls this directly
no test coverage detected