(self: unknown)
| 130 | |
| 131 | /** @internal */ |
| 132 | export const isCause = (self: unknown): self is Cause.Cause<unknown> => hasProperty(self, CauseTypeId) |
| 133 | |
| 134 | /** @internal */ |
| 135 | export const isCauseReason = (self: unknown): self is Cause.Reason<unknown> => hasProperty(self, CauseReasonTypeId) |
no outgoing calls
no test coverage detected