Skip to content
Version: xstate@5.0.0

AnyFunction type​

Signature:

export type AnyFunction = (...args: any[]) => any;