Skip to main content
Version: 1.x.x

getCommandDispatcher


import { getCommandDispatcher } from "@hyper-fetch/core"

Description

Defined in command/command.utils.ts:101

Preview

getCommandDispatcher<Command>(command, dispatcherType)

Parameters

NameDetails

command

Required

Command

dispatcherType

Required

submit | auto | fetch

Returns

[Dispatcher, boolean]