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

14 lines
297 B
Markdown

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