Function: NullableType()
NullableType<
ValueType,ValueBitSize>(type:IType<ValueType,ValueBitSize>):IType<null|ValueType,null,undefined|null|ValueType>
Defined in: types/Nullable.ts:3
Type Parameters
| Type Parameter |
|---|
ValueType |
ValueBitSize extends null | number |
Parameters
| Parameter | Type |
|---|---|
type | IType<ValueType, ValueBitSize> |
Returns
IType<null | ValueType, null, undefined | null | ValueType>