Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/functions/mod.ts>default

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface default
import { type default } from "https://deno.land/x/hex@v0.4.9/functions/mod.ts";

Properties

optional
vars: Record<string, unknown>
optional
platform: { type: string; name: string; }
optional
event: Record<string, unknown> & { name: string; }
optional
requestedFormat: { mimetype: string; format: string; }
params: T
type alias default
import { type default } from "https://deno.land/x/hex@v0.4.9/functions/mod.ts";

Type Parameters

optional
T = HexFunctionPayloadTypes
definition:

Type Parameters

optional
T = Record<string | number | symbol, any>
definition: (newContext?: HexFunctionContext) => HexFunctionResult
variable default
import { default } from "https://deno.land/x/hex@v0.4.9/functions/mod.ts";

type

<T>(..._routes: readonly HexFunction<T>[]) => HexFunction<T>

type

<T>(...functions: readonly HexFunction<T>[]) => HexFunction<T>
function default
import { default } from "https://deno.land/x/hex@v0.4.9/functions/mod.ts";