Skip to main content
Module

x/hex/mod.ts>functions.composer

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

type

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