Skip to main content
Module

x/alosaur/src/utils/register-actions.ts>registerAction

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function registerAction
import { registerAction } from "https://deno.land/x/alosaur@v0.38.0/src/utils/register-actions.ts";

Register action

Parameters

action: ActionMetadataArgs
optional
hooks: HookMetadataArgs<TState, any>[] = [UNSUPPORTED]