Function create

  • This is the entry function of reshape-state; creates an instance of a Reshaper.

    Type Parameters

    • T

      The type of the state object.

    Parameters

    • Optional options: CreateOptions

      Control the behavior of the reshaper.

    Returns Readonly<Reshaper<T>>

    A Reshaper object.