Function isState

Check if the provided value is a State instance

0.9.0

  • Type Parameters

    • T extends {}

    Parameters

    • value: unknown

      value to check

    Returns value is State<T>

    • true if the value is a State instance, false otherwise