Skip to main content
Module

x/ramda/mod.ts>is

:ram: Practical functional Javascript
Latest
variable is
import { is } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

See if an object (val) is an instance of the supplied constructor. This function will check up the inheritance chain, if any.