Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hex/src/lib/mod.ts>functions.HexFunctionInput

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
interface functions.HexFunctionInput
Re-export
import { type functions } from "https://deno.land/x/hex@0.6.5/src/lib/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