getNull()function
getNull(): null
| Return | |
|---|---|
null | null, always. |
Function that always returns null.
- Useful as a default callback or placeholder.
Examples
getNull() // null
getNull(): null
| Return | |
|---|---|
null | null, always. |
Function that always returns null.
getNull() // null