16 lines
359 B
Markdown
16 lines
359 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [Maybe](./js-utils.maybe.md)
|
||
|
|
||
|
## Maybe type
|
||
|
|
||
|
Value that may be nil.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare type Maybe<T> = T | None;
|
||
|
```
|
||
|
<b>References:</b> [None](./js-utils.none.md)
|
||
|
|