getUndefined()function
getUndefined(): undefined
| Return | |
|---|---|
undefined | Always undefined. |
Function that always returns undefined.
- Useful as a no-op callback or default factory that yields
undefined.
Examples
getUndefined() // undefined