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

16 lines
359 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [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)