Function createSyncV

  • A function that creates new data in the store synchronously using the specified selector and value.

    Parameters

    • selector: string

      The selector to use for creating new data in the store.

    • value: unknown

      The value to be added to the store using the specified selector.

    Returns any

Generated using TypeDoc