2020-03-29 13:43:52 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [Optional](./js-utils.optional.md)
|
|
|
|
|
|
|
|
## Optional type
|
|
|
|
|
|
|
|
Value that may be nil.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare type Optional<T> = T | Nil;
|
|
|
|
```
|
2020-12-29 05:29:39 +00:00
|
|
|
<b>References:</b> [Nil](./js-utils.nil.md)
|
|
|
|
|