Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fae/specs/utils/utils.ts>strictNotEq

A functional module for Deno inspired from Ramda.
Latest
function strictNotEq
import { strictNotEq } from "https://deno.land/x/fae@v1.1.1/specs/utils/utils.ts";

Parameters

actual: any
expected: any