• A function that never takes or returns a value. Useful for things like Exhaustiveness Checking.

    Parameters

    • x: never

    Returns never

    Example

    never('anything')
    // => never

Generated using TypeDoc