Skip to content
Version: xstate@5.0.0

IsNever type​

Signature:

export type IsNever<T> = [T] extends [never] ? true : false;