<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [fpNormalizeToNull](./rc-js-util.fpnormalizetonull.md)

## fpNormalizeToNull() function

Normalizes `undefined` input to `null`<!-- -->.

**Signature:**

```typescript
export declare function fpNormalizeToNull<TValue>(value: TValue): Exclude<TValue, undefined> | null;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

value


</td><td>

TValue


</td><td>


</td></tr>
</tbody></table>
**Returns:**

Exclude&lt;TValue, undefined&gt; \| null

## Remarks

See [fpNormalizeToNull()](./rc-js-util.fpnormalizetonull.md)<!-- -->.

