1
0
Fork 0
js-utils/docs/api/js-utils.optional.md

16 lines
368 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [Optional](./js-utils.optional.md)
## Optional type
Value that may be nil.
<b>Signature:</b>
```typescript
export declare type Optional<T> = T | Nil;
```
<b>References:</b> [Nil](./js-utils.nil.md)