A function that never takes or returns a value. Useful for things like Exhaustiveness Checking.
never('anything')// => never Copy
never('anything')// => never
Generated using TypeDoc
A function that never takes or returns a value. Useful for things like Exhaustiveness Checking.