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

x/rambda/mod.ts>identical

Faster and smaller alternative to Ramda
Go to Latest
function identical
import { identical } from "https://deno.land/x/rambda@v8.6.0/mod.ts";

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

Otherwise, it returns false.

Returns

boolean