Skip to content
Version: xstate@5.0.0

NoInfer type​

Signature:

export type NoInfer<T> = [T][T extends any ? 0 : any];