14 lines
321 B
Markdown
14 lines
321 B
Markdown
|
<!-- 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;
|
||
|
```
|