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

21 lines
410 B
Markdown
Raw Normal View History

2020-03-29 13:43:52 +00:00
<!-- 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
> Warning: This API is now obsolete.
>
2022-10-08 19:52:35 +00:00
> use `None` instead
>
Old name for None.
2020-03-29 13:43:52 +00:00
<b>Signature:</b>
```typescript
export declare type Nil = None;
2020-03-29 13:43:52 +00:00
```
<b>References:</b> [None](./js-utils.none.md)