Skip to main content
Module

x/rambda/rambda.js>identical

Faster and smaller alternative to Ramda
Latest
function identical
import { identical } from "https://deno.land/x/rambda@v9.2.0/rambda.js";

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

Otherwise, it returns false.

Returns

boolean