Skip to main content
Module

x/lume/deps/cliffy.ts>ValueHandler

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias ValueHandler
Re-export
import { type ValueHandler } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

Value handler for custom value processing.

Type Parameters

optional
TValue = any
optional
TReturn = TValue
definition: (val: TValue, previous?: TReturn) => TReturn