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

x/windmill/node_modules/evt/tools/inDepth/same.d.ts>sameFactory

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
function sameFactory
import { sameFactory } from "https://deno.land/x/windmill@v1.323.4/node_modules/evt/tools/inDepth/same.d.ts";

Return the "same" function with "takeIntoAccountArraysOrdering" default value set as desired.

Parameters

unnamed 0: { takeIntoAccountArraysOrdering: boolean; }

Returns

{ same: <T>(
o1: T,
o2: T,
prop?: { takeIntoAccountArraysOrdering: boolean; },
) => boolean; }