Skip to main content
Module

x/hex/mod.ts>functions.HexRuntime

Function abstraction framework for better portability between platforms. Write your code once in functional approach, then run on mainstream environments such as cli, bot platforms, cloud-function runtimes and web apis.
Go to Latest
interface functions.HexRuntime
Re-export
import { type functions } from "https://deno.land/x/hex@v0.4.2/mod.ts";
const { HexRuntime } = functions;

Properties

platform: HexPlatform
optional
options: Record<string, unknown>
execute: (target: HexFunction, input?: HexFunctionInput) => Promise<void>