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

x/script_nop/src/libs/diff_lib.ts>default

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
function default
import { default } from "https://deno.land/x/script_nop@v2.0.1/src/libs/diff_lib.ts";

Parameters

obj: Record<string, any> | any[]
newObj: Record<string, any> | any[]
optional
options: Partial<Options> = [UNSUPPORTED]
optional
_stack: Record<string, any>[] = [UNSUPPORTED]

Returns

Difference[]