/** * Union-narrowing guard emission cases for if-statements — facade re-exports. * * Implementations live in: * - if-emit-predicate-guards.ts * - if-emit-property-discriminant-guards.ts */ export { tryEmitPredicateGuard } from "./if-emit-predicate-guards.js"; export { tryEmitPropertyTruthinessGuard, tryEmitPropertyExistenceGuard, tryEmitDiscriminantEqualityGuard, tryEmitNegatedPredicateGuard, } from "./if-emit-property-discriminant-guards.js"; //# sourceMappingURL=if-emit-union-guards.d.ts.map