Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hex/src/fp/decorate.ts>decorate

An ecosystem delivering practices, philosophy and portability.
Go to Latest
variable decorate
import { decorate } from "https://deno.land/x/hex@0.5.15/src/fp/decorate.ts";

type

<T1, T2>(target: Decorated<T1, T2>, decorator: (...args: readonly [Decorated<T1, T2>, ...T1[]]) => T2) => unknown