Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

shallowEqualObjects

Shallow compare objects. Only works with objects that always have the same properties.

function shallowEqualObjects<T>(a: T, b: T): boolean;
§
shallowEqualObjects<T>(a: T, b: T): boolean
[src]

§Type Parameters

§Parameters

§Return Type

§
boolean
[src]