IsNeverVersion: xstate@5.0.0On this pageIsNever type​Signature:export type IsNever<T> = [T] extends [never] ? true : false;