23 lines
512 B
Markdown
23 lines
512 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [isNone](./js-utils.isnone.md)
|
||
|
|
||
|
## isNone() function
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare function isNone<T>(val: Maybe<T>): val is None;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| val | [Maybe](./js-utils.maybe.md)<!-- --><T> | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
val is [None](./js-utils.none.md)
|
||
|
|