(u: unknown)
| 609 | * @since 4.0.0 |
| 610 | */ |
| 611 | export const isWithHeaders = (u: unknown): u is WithHeaders<Schema.Top, Schema.Top> => |
| 612 | Schema.isSchema(u) && Predicate.hasProperty(u, WithHeadersTypeId) |
| 613 | |
| 614 | /** @internal */ |
| 615 | export function rebuildWithHeaders( |
no outgoing calls
no test coverage detected