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

14 lines
301 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; [None](./js-utils.none.md)
## None type
Unset value.
<b>Signature:</b>
```typescript
export declare type None = null | undefined;
```