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

x/froebel/merge.ts>Merge

A strictly typed utility library.
Latest
type alias Merge
import { type Merge } from "https://deno.land/x/froebel@v0.23.2/merge.ts";
definition: A extends Primitive ? Mutable<B> : Merge_<Mutable<A>, Mutable<B>>