Skip to main content
Module

x/hex/mod.ts>functions.default

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface functions.default
import { type functions } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { default } = 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

Properties

optional
vars: Record<string, unknown>
type alias functions.default
import { type functions } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { default } = functions;

Type Parameters

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

Type Parameters

optional
T = HexFunctionPayloadTypes
definition:
definition: (newContext?: HexFunctionContext) => HexFunctionResult
variable functions.default
import { functions } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { default } = functions;

type

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

type

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

Parameters

optional
dumpFunction: (x: unknown) => void = [UNSUPPORTED]