Skip to main content
Module

x/hex/mod.ts>functions.HexFunctionInput

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface functions.HexFunctionInput
Re-export
import { type functions } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { HexFunctionInput } = functions;

Type Parameters

optional
T = Record<string | number | symbol, any>

Properties

optional
platform: { type: string; name: string; }
optional
event: Record<string, unknown> & { name: string; }
optional
requestedFormat: { mimetype: string; format: string; }
params: T