21 lines
410 B
Markdown
21 lines
410 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [Nil](./js-utils.nil.md)
|
|
|
|
## Nil type
|
|
|
|
> Warning: This API is now obsolete.
|
|
>
|
|
> use `None` instead
|
|
>
|
|
|
|
Old name for None.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare type Nil = None;
|
|
```
|
|
<b>References:</b> [None](./js-utils.none.md)
|
|
|