Skip to main content
Module

x/hex/mod.ts>fp.LogType

An ecosystem delivering practices, philosophy and portability.
Go to Latest
type alias fp.LogType
import { type fp } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { LogType } = fp;
definition: { action: string; previousState: T; newState: T; }