Skip to main content
Module

x/hex/mod.ts>fp.MutatorType

An ecosystem delivering practices, philosophy and portability.
Go to Latest
type alias fp.MutatorType
import { type fp } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { MutatorType } = fp;
definition: (state: T, next: NextType<T>) => Promise<T>