Skip to main content
Module

x/ramda/source/is.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/is.js";

Variables

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