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

x/ldkit/library/rdf.ts>ReadOnlyBindings#mergeWith

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
method ReadOnlyBindings.prototype.mergeWith
import { ReadOnlyBindings } from "https://deno.land/x/ldkit@1.1.0/library/rdf.ts";

Parameters

_merger: (
self: RDF.Term,
other: RDF.Term,
key: RDF.Variable,
) => RDF.Term
_other: RDF.Bindings

Returns

RDF.Bindings