type alias HexFunctionRe-exportimport { type HexFunction } from "https://deno.land/x/hex@0.5.15/src/functions/mod.ts"; Type ParametersoptionalT = Record<string | number | symbol, any>definition: (input: HexFunctionInput<T>,ctx: HexFunctionContext,next?: HexFunctionNext,) => HexFunctionResult