# fp-ts-record-unions **Repository Path**: mirrors_stevemao/fp-ts-record-unions ## Basic Information - **Project Name**: fp-ts-record-unions - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > fp-ts record unions ```ts import union from 'fp-ts-record-unions' assert.deepStrictEqual(union([{ foo: 'foo', }, { bar: 'bar' }]), { foo: 'foo', bar: 'bar' }) ```