21 lines
431 B
Markdown
21 lines
431 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
|
|
|
|
> Warning: This API is now obsolete.
|
|
>
|
|
> use Maybe instead
|
|
>
|
|
|
|
Old name for Maybe.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type Optional<T> = Maybe<T>;
|
|
```
|
|
<b>References:</b> [Maybe](./js-utils.maybe.md)
|
|
|