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

x/range_reconcile/src/util.ts>Resolver

Efficiently sync sets with range-based set reconciliation
Latest
type alias Resolver
import { type Resolver } from "https://deno.land/x/range_reconcile@1.0.2/src/util.ts";
definition: (value: T | PromiseLike<T>) => void