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>EndOptions

Efficiently sync sets with range-based set reconciliation
Latest
type alias EndOptions
import { type EndOptions } from "https://deno.land/x/range_reconcile@1.0.2/src/util.ts";
definition: { immediately?: boolean; withError?: Error; }