14 lines
301 B
Markdown
14 lines
301 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [None](./js-utils.none.md)
|
||
|
|
||
|
## None type
|
||
|
|
||
|
Unset value.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare type None = null | undefined;
|
||
|
```
|