Module

x/rambda/mod.ts>identical

Faster and smaller alternative to Ramda
Latest
function identical
import { identical } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";

It returns true if its arguments a and b are identical.

Otherwise, it returns false.

Returns

boolean